文件名称:MSP430-Updata-App-From-Bootloader
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-10
- 文件大小:
- 1.62mb
- 下载次数:
- 0次
- 提 供 者:
- ac***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
MSP430通过bootloader实现本地串口程序升级应用程序
分两部分程序:bootloader和APP应用层程序。
功能实现:
1、bootloader程序中检测是否需要升级app程序,需要升级则执行串口程序接收串口发来的应用程序烧录文件。接收成功后执行APP程序。
2、bootloader中断映射到app的虚拟中断地址。
3、APP程序主要用于测试本地升级是否正确,实现串口中断接收数据,主循环发送数据的功能。
4、bootloader和app各自的配置文件修改。
5、bootloader和app的各自IAR5.3 IDE环境配置。
-MSP430 realized by local serial bootloader program to upgrade the application program in two parts: bootloader and APP application layer program. Functions to achieve: 1, bootloader program detects whether you need to upgrade app, you need to upgrade the program is d serial port to receive an application sent to burn files. After receiving the successful implementation of APP program. 2, bootloader app mapped to the virtual interrupt interrupt address. 3, APP program is mainly used to test the local upgrade is correct, Serial interrupted receive data, send data to the main loop function. 4, bootloader configuration file and modify their app. 5, each IAR5.3 IDE environment configuration and the app' s bootloader.
分两部分程序:bootloader和APP应用层程序。
功能实现:
1、bootloader程序中检测是否需要升级app程序,需要升级则执行串口程序接收串口发来的应用程序烧录文件。接收成功后执行APP程序。
2、bootloader中断映射到app的虚拟中断地址。
3、APP程序主要用于测试本地升级是否正确,实现串口中断接收数据,主循环发送数据的功能。
4、bootloader和app各自的配置文件修改。
5、bootloader和app的各自IAR5.3 IDE环境配置。
-MSP430 realized by local serial bootloader program to upgrade the application program in two parts: bootloader and APP application layer program. Functions to achieve: 1, bootloader program detects whether you need to upgrade app, you need to upgrade the program is d serial port to receive an application sent to burn files. After receiving the successful implementation of APP program. 2, bootloader app mapped to the virtual interrupt interrupt address. 3, APP program is mainly used to test the local upgrade is correct, Serial interrupted receive data, send data to the main loop function. 4, bootloader configuration file and modify their app. 5, each IAR5.3 IDE environment configuration and the app' s bootloader.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
APP
...\App.dep
...\App.ewd
...\App.ewp
...\App.eww
...\Debug
...\.....\Exe
...\.....\...\App.d43
...\.....\...\app.txt
...\.....\List
...\.....\Obj
...\.....\...\App.pbd
...\.....\...\main.r43
...\lnk430f6736_APP.xcl
...\main.c
...\path.txt
...\settings
...\........\App.cspy.bat
...\........\App.dbgdt
...\........\App.dni
...\........\App.wsdt
...\阿超说明.txt
...\阿超说明.txt.bak
app memory.jpg
app test.txt
app.txt
bootloader
..........\bootloader.dep
..........\bootloader.ewd
..........\bootloader.ewp
..........\bootloader.eww
..........\Debug
..........\.....\Exe
..........\.....\...\bootloader.d43
..........\.....\...\bootloader.txt
..........\.....\List
..........\.....\Obj
..........\.....\...\bootloader.pbd
..........\.....\...\main.r43
..........\.....\...\uart.pbi
..........\.....\...\uart.r43
..........\lnk430f6736_BootLoader.xcl
..........\lnk430f6736_BootLoader.xcl.bak
..........\path.txt
..........\settings
..........\........\bootloader.cspy.bat
..........\........\bootloader.dbgdt
..........\........\bootloader.dni
..........\........\bootloader.wsdt
..........\SOR
..........\...\main.c
..........\阿超说明.txt
..........\阿超说明.txt.bak
Config.dat
MC430FUT.exe
本地串口升级可用代码 及工具 2015-03-03.zip