I'm using J-Link ARM + J-Flash ARM V4.28c to download firmware on a LPC1754 (Cortex M3 from NXP).
I'm using the following command line inside a makefile:
"JFlashARM.exe -open$(OUTDIR)/$(TARGET).hex -connect -erasesectors -program -verify -startapp -disconnect -exit"
My "problem" is after "startapp" commnad is issued J-Flash freezes for about 25 seconds and only after that new firwmare starts to execute. During these 25 seconds seems to me tha J-Flash is trying to establish communication with J-Link or J-Link is trying to synchronize with LPC1754.
Could someone tell if it is possible to reduce this delay/freeze time between download end and starapp finish.
Regards,
Marcio Ribeiro
I'm using the following command line inside a makefile:
"JFlashARM.exe -open$(OUTDIR)/$(TARGET).hex -connect -erasesectors -program -verify -startapp -disconnect -exit"
My "problem" is after "startapp" commnad is issued J-Flash freezes for about 25 seconds and only after that new firwmare starts to execute. During these 25 seconds seems to me tha J-Flash is trying to establish communication with J-Link or J-Link is trying to synchronize with LPC1754.
Could someone tell if it is possible to reduce this delay/freeze time between download end and starapp finish.
Regards,
Marcio Ribeiro