Tool/software: Code Composer Studio
Hi,
I'm using Code Composer Studio(CCS) 9.3.0.00012, the hardware I use is TMS570LS31x HDK board.
I use the UART Bootloader project provided by QJ Wang.(Special thanks to QJ Wang's help!)
Here's the URL: e2e.ti.com/.../869521
This UART Bootloader project can only update and store an application in Flash by default.
And I want to modify it to Dual-application Bootloader, which can update and store two applications.
The main menu of the Dual-application Bootloader can update or launch the specified application.
I have compared the official TI manual "UART Bootloader for Hercules TMS570LS31x MCU" and the source code of the UART Bootloader, but I don't know what to do.
I don't know how to allocate the memory address of the UART Bootloader to the two applications,
and I'm not sure if this is related to the Flag(jump to the application code) and Ymodem protocol settings.
How can I change the default UART Bootloader project to Dual-application Bootloader?
Please provide me some knowledge or suggestions, thanks!
Thanks for your help!
Best Regards, Chen Yan-Li