This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
现在打算自己编写bootloader来升级msp430,现在有一个问题就是我bootloader定好应用程序的地址(APP_ADDR),那么我用ccs编译应用程序代码(APP)的时候需要设置应用程序的地址吗?怎么设置呢?
MSP430F5xx 和MSP430F6xx 支持用户自定义BSL
1、用户定义的通讯接口,如其他接口:SPI,IIC
2、设备启动顺序
参考针对F5xxx系列的Wiki介绍
Creating a Custom Flash-Based Bootloader (BSL)
最近也在做相關的程式
目前發問在此
e2echina.ti.com/.../433984
想請問bootloader升級APP後,FFFF-FFFE不要覆蓋保留bootloader的
那APP原本的FFFF-FFFE要做什麼處理?