binary loading

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

binary loading

838件の閲覧回数
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 返答(返信)

826件の閲覧回数
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 件の賞賛
返信

826件の閲覧回数
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 件の賞賛
返信