binary loading

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

binary loading

839 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mcu_programmer on Sat May 08 07:56:30 MST 2010
I have tried to program and execute from flash with a release version.

I have tried blinky.

I did the following:

Build CMSIS library for release

Build blinky for release

c:\nxp\lpcxpresso_3.3\bin\Scripts\bootLPCXpresso winusb

c:\nxp\lpcxpresso_3.3\bin\crt_emu_lpc11_13_nxp -wire=winusb -pLPC1114/301 -flash-load=blinky.axf

The command utility seems to work (reports no error), however the LED does not blink, as it does when I run it in the lpcxpresso IDE.
0 项奖励
回复
2 回复数

827 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Sat May 08 11:36:07 MST 2010
Instead of cycling power, you can do the following:

c:\nxp\lpcxpresso_3.3\bin\Scripts\bootLPCXpresso winusb

c:\nxp\lpcxpresso_3.3\bin\crt_emu_lpc11_13_nxp -wire=winusb  -pLPC1114/301 [B]-flash-load-exec[/B]=blinky.axf

This will issue nSRST through the probe after flash program. If you have a viable application loaded, it will start execution.

Regards,

CodeRedSupport


Quote: mcu_programmer
Got it to work.

You have to exit the IDE disconnect USB and connect again.

0 项奖励
回复

827 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mcu_programmer on Sat May 08 09:16:30 MST 2010
Got it to work.

You have to exit the IDE disconnect USB and connect again.
0 项奖励
回复