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.

LAUNCHXL-F280039C: Bootloader

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?