This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1754. Secondary boot. Jump to Application.

I use LPC1754 for my project.
As I can't get boot source from NXP, I made secondary boot program.
It is writed in sector 0 and 1 in flash.

When power up, real boot execute my secondaray boot program.
And then download application using by X-Modem and wirte from sector 2 in flash.
After all porcess finished, it jump to application which address is 0x2000.

But. It does not work application.
Actually, until jump it was good.

Application program's compile option was set 0x2000 in start adress in Keil.
After compile, conert .hex to .bin file.

Read .bin file by Edit program, cut off extra FF data in forpart.

What should I do more?
What was Wrong?

Hope your advice.
Thanks.