Hi,
For automatic tests purpose I'm looking for a tool able to flash a LPCXpresso54608 (precisely a OM13092 demo board). I used Flash Magic and the SEGGER J-Link software suite but the first can't write to the external Flash and the other brings up a pop-up each day that prevents the continuous testing process to run without a human action.
Is there currently a tool who:
- is able to program the external Flash,
- can be scripted in a command-line style,
- doesn't bring a pop-up?
Thanks,
Bastien
MCUXpresso IDE provides a GUI flash programmer (and corresponding command line) that can do this via the built in LPC-Link2 (with CMSIS-DAP firmware) on this board. See the MCUXpresso IDE User Guide for more details (available for download from http://www.nxp.com/mcuxpresso/ide.
Regards,
MCUXpresso IDE Support