Flash programming in LPCXpresso via Command line

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash programming in LPCXpresso via Command line

331 Views
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
Labels (1)
0 Kudos
4 Replies

311 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

311 Views
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 Kudos

311 Views
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 Kudos

311 Views
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 Kudos