無中斷向量重定位單片機中實現IAP和APP中斷的方法
2020年信息技術與網絡安全第2期
韓雨泓1,陳良勇2
(1.四川大學 計算機學院,,四川 成都 610000,;2.原成都軍區(qū)聯勤部后勤信息中心,四川 成都 610000)
摘要: 獨創(chuàng)了一種基于RAM中轉的中斷跳轉方法,,該方法以軟件形式實現了單片機的中斷向量重定位功能,,實現了在應用中編程,克服了某類普通經濟型單片機無法通過硬件寄存器設置中斷跳轉地址來實現跳轉的局限性,,使得這類單片機也能在同一片Flash內運行IAP和APP并相互跳轉,,大大拓展了實用性。采用某國產單片機(SWM240)實現了IAP和APP部分,,并在生產實際中得到檢驗,。
中圖分類號:TP273
文獻標識碼:A
DOI: 10.19358/j.issn.2096-5133.2020.02.010
引用格式:韓雨泓,陳良勇.無中斷向量重定位單片機中實現IAP和APP中斷的方法[J].信息技術與網絡安全,,2020,39(2):53-56.
文獻標識碼:A
DOI: 10.19358/j.issn.2096-5133.2020.02.010
引用格式:韓雨泓,陳良勇.無中斷向量重定位單片機中實現IAP和APP中斷的方法[J].信息技術與網絡安全,,2020,39(2):53-56.
The method of implementing IAP and APP interrupt in MCU without interrupt vector relocate function
Han Yuhong1,,Chen Liangyong2
(1.School of Information Science and Technology,Sichuan University,Chengdu 610000,China;2.Chengdu Military Region Joint Logistics Department, Chengdu 610000,China)
Abstract: This article uniquely created an interrupt jump method based on RAM.This method is implemented in software.The microcontroller′s inprogram programming function overcomes some types of ordinary economical microcontrollers.It is not possible to set a jump address through a hardware register to implement jumps.Making this kind of Microcontroller also be able to run IAP and APP in the same flash and jump each other,which greatly expands the practicality.A domestic singlechip microcomputer is used to implement the IAP and APP parts,and has been tested in production.
Key words : microcontroller;IAP;interrupt jump;update
0 引言
在實際的生產工作中,,從經濟和實用性方面考慮,,選擇嵌入式系統(tǒng)MCU控制器時常常會使用到一些性能相對較弱,功能配置也不太強大的單片機,,這類單片機有時候僅僅夠用,,無法從根本上滿足多元化的需求。如果需要更多的功能就需要選擇更高端的單片機,,同時也意味著成本的增加,。本文在項目過程中選用的MCU即為這種類型。在產品的整個生命周期中,,需要對應用程序進行及時的升級換代,,這就用到了IAP功能,而該款MCU不具備硬件級的中斷向量重定位功能,,因此只能另辟蹊徑,,以軟件的方式解決該問題。
本文詳細內容請下載:http://forexkbc.com/resource/share/2000003161
作者信息:
韓雨泓1,,陳良勇2
(1.四川大學 計算機學院,,四川 成都 610000;2.原成都軍區(qū)聯勤部后勤信息中心,,四川 成都 610000)
此內容為AET網站原創(chuàng),,未經授權禁止轉載。