Tool/software:
Hello Dear TI Team
As shown below, I used the official website routine UART_Bootloader_LC4357_New to boot the App program, the boot program size is 39KB, and the App program size is 15.9 KB
Several problems were encountered:
1. Why after booting the app, reset directly into the app, boot program was erased?
2. The address range of the boot program in flash is 0x00000 ~ 0x0020020
3. I want to put the bootloader in bank0 of flash and the app in bank1 and bank7 of flash. Please help me guide how to do this.
4. Why Bootstrap Can't Boot FreeRTOS App?