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.

CC3220SF 自己编写bootloader,如何实现片内FLASH多APP跳转?



1、自己实现bootloader功能,APP代码存放在SPI FLASH

2、上电启动bootloader,判断是否要升级,不升级时将APP从SPI FLASH写到片内FLASH(地址:0x01040000)

3、如何实现跳转到APP地址(0x01040000)?????????,如何启动APP代码程序?????????