《電子技術(shù)應(yīng)用》
您所在的位置:首頁 > 嵌入式技術(shù) > 設(shè)計應(yīng)用 > 無中斷向量重定位單片機中實現(xiàn)IAP和APP中斷的方法
無中斷向量重定位單片機中實現(xiàn)IAP和APP中斷的方法
2020年信息技術(shù)與網(wǎng)絡(luò)安全第2期
韓雨泓1,陳良勇2
(1.四川大學 計算機學院,四川 成都 610000;2.原成都軍區(qū)聯(lián)勤部后勤信息中心,四川 成都 610000)
摘要: 獨創(chuàng)了一種基于RAM中轉(zhuǎn)的中斷跳轉(zhuǎn)方法,該方法以軟件形式實現(xiàn)了單片機的中斷向量重定位功能,實現(xiàn)了在應(yīng)用中編程,克服了某類普通經(jīng)濟型單片機無法通過硬件寄存器設(shè)置中斷跳轉(zhuǎn)地址來實現(xiàn)跳轉(zhuǎn)的局限性,使得這類單片機也能在同一片F(xiàn)lash內(nèi)運行IAP和APP并相互跳轉(zhuǎn),大大拓展了實用性。采用某國產(chǎn)單片機(SWM240)實現(xiàn)了IAP和APP部分,并在生產(chǎn)實際中得到檢驗。
中圖分類號:TP273
文獻標識碼:A
DOI: 10.19358/j.issn.2096-5133.2020.02.010
引用格式:韓雨泓,陳良勇.無中斷向量重定位單片機中實現(xiàn)IAP和APP中斷的方法[J].信息技術(shù)與網(wǎng)絡(luò)安全,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 inprogram 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 singlechip microcomputer is used to implement the IAP and APP parts,and has been tested in production.
Key words : microcontroller;IAP;interrupt jump;update

0    引言

在實際的生產(chǎn)工作中,從經(jīng)濟和實用性方面考慮,選擇嵌入式系統(tǒng)MCU控制器時常常會使用到一些性能相對較弱,功能配置也不太強大的單片機,這類單片機有時候僅僅夠用,無法從根本上滿足多元化的需求。如果需要更多的功能就需要選擇更高端的單片機,同時也意味著成本的增加。本文在項目過程中選用的MCU即為這種類型。在產(chǎn)品的整個生命周期中,需要對應(yīng)用程序進行及時的升級換代,這就用到了IAP功能,而該款MCU不具備硬件級的中斷向量重定位功能,因此只能另辟蹊徑,以軟件的方式解決該問題。




本文詳細內(nèi)容請下載:http://ihrv.cn/resource/share/2000003161





作者信息:

韓雨泓1,陳良勇2

(1.四川大學 計算機學院,四川 成都 610000;2.原成都軍區(qū)聯(lián)勤部后勤信息中心,四川 成都 610000)


此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。