Part Number: LAUNCHXL-F280039C
I am currently working on a bootloader for the LAUNCHXL-F280039C board. First, I wrote a customized bootloader in flash memory, and then I wrote the application code at a different flash memory location. The application is a simple LED toggle program. After successfully programming both the bootloader and the application, when I press the RESET button, the execution does not jump to the application start address as expected; instead, it seems to point to the bootloader start address. Could someone please assist me in resolving this issue?