我看C6748手册上写当使用UBL时,程序烧写在SPIFLASH的0x010000位置,但是我看ubl源程序里面在加载程序之前在0x010000处开始读取spiBootHeader和section等信息,我想知道我们的bin程序的起始位置是在哪?
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.
我看C6748手册上写当使用UBL时,程序烧写在SPIFLASH的0x010000位置,但是我看ubl源程序里面在加载程序之前在0x010000处开始读取spiBootHeader和section等信息,我想知道我们的bin程序的起始位置是在哪?
我准备做在线升级功能,用新的App覆盖原有App,不知从flash的什么地址开始覆盖?