Introduction - If you have any usage issues, please Google them yourself
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.