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

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




本文詳細(xì)內(nèi)容請(qǐng)下載:http://theprogrammingfactory.com/resource/share/2000003161





作者信息:

韓雨泓1,陳良勇2

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


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