Forum : ARM
Post Information | Post |
---|---|
February 15, 2011 - 10:16am
|
Hello I tried using ARM7_pgm.exe: I type: ARM7_pgm.exe TLPC2468 V temp.hex I get: ARM7_pgm: programming tool for ARM7 devices through RLink Using target: LPC2468 Opening Communication ... OK Verifying Flash against file ... *** Error: Unable to open hex file I have also tried using Cortex_pgm.exe: I type: Cortex_pgm.exe TLPC2468 V temp.hex I get: Cortex_pgm: software for programming Cortex microcontrollers using a RLink as master. (0) Connecting to RLink... OK What am I doing wrong?? |
Hi,
You must remove the space between the command (V) and the name of the file (temp.hex):
ARM7_pgm.exe TLPC2468 Vtemp.hex
Cortex_pgm is for Cortex devices (!) and will not work for LPC2x which are ARM7... even if the command was correct.
Best Regards,
Vincent
Thanks
It worked