LPC2xxx secondary bootloader AN10759

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC2xxx secondary bootloader AN10759

761 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by fdej on Sun Sep 29 14:09:17 MST 2013
I'm trying to get the bootloader from NXP's AN10795 running.
Using a MCB2300 board with an LPC2378 uC.
Bootloader runs fine.
Using the blinky example...no problem
I made a simple program  in Rowley Crossworks, it loads well, but won't run.
If I attach the debugger, and set the PC to 0x00002000...it runs fine, so exception vectors and remapping are okay.
Bootloader jumps to 0x00002000 as well...but then I lose track.
What am I missing? any thoughts?

Thanks, Frank
标签 (1)
0 项奖励
回复
1 回复

653 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by fdej on Tue Oct 01 01:12:21 MST 2013
Got it solved...the controller seems not to be in supervisor mode when starting up the user application.
I've added a SWI to change this.

F.
0 项奖励
回复