LPC55S69 Code execution not jump from bootloader to application code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC55S69 Code execution not jump from bootloader to application code

380 Views
Prasanna
Contributor I

Hello,

With LPC55S69, there is a problem when switching from the bootloader to the application code. An example SDK (LED PROGRAMME) has been developed.bin file and used the command xxd -i led.bin led_bin.h to convert the data from the bin file into an array buffer led_bin[]. The header file contains the size and data for the bin file.

The header file is included in order to write the bin data buffer from 0x00010000 to the flash memory. The bin file was successfully written, and the data from the flash was also carefully checked.

Next, we run the code that is provided below, making sure that the code does not explode at 0x00010000. Start again from 0x0 only.

 

Kindly suggest the way to resolve this as soon as anyone can......

 

Regards,

Prasanna.

0 Kudos
Reply
0 Replies