Flash programming in LPCXpresso via Command line

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

Flash programming in LPCXpresso via Command line

1,109 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RatheeshT on Tue Mar 08 02:35:07 MST 2016
Hi All,
          I am flashing my binary file(.axf) using CMD window with the below command
 
"crt_emu_cm_redlink -flash-load-exec "app.axf file with path" -g -2 -vendor=NXP -pLPC11A04UK -ConnectScript=LPC11AXXConnect.scp -reset=vectreset -flash-driver=LPC11_12_13_32K_8K.cfx".

        It is downloading file fine but it is failed to start execution of application as soon as download has completed.. To start application execution,  i need to press reset switch in the board. As per "-flash-load-exec", it should execute application when download has completed.                                         

Please give me your suggestions to solve this issue?

Thanks in advance

Regards,
Ratheesh T
标签 (1)
0 项奖励
回复
4 回复数

1,089 次查看
lpcware
NXP Employee
NXP Employee
bump
0 项奖励
回复

1,089 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RatheeshT on Tue Mar 08 03:36:06 MST 2016
it's working...... Thankyou....
0 项奖励
回复

1,089 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RatheeshT on Tue Mar 08 02:45:59 MST 2016
Thank you for your quick response,

I will try and update you
0 项奖励
回复

1,089 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Tue Mar 08 02:41:07 MST 2016
You probably need a reset script too:

-ResetScript=LPC11AXXReset.scp
0 项奖励
回复