Hi,
From the IDE User's Guide > Debug Commands > LOAD:
ELF/DWARF and Intel HEX files are supported
What about loading an arbitrary file from the host filesystem to an arbitrary location in target memory? I'm using a Segger J-Link, and it has (an undocumented!) "loadbin" command via GDB that does just that... Is there any way to do this or something similar from uVision + J-Link?? Any help would be greatly appreciated...
Thank you! Jonathan
An arbitrary file in the host file system can be converted into a Intel hex file. The program converting to Intel hex would normally take a command-line parameter specifying target memory address.
great advice guys, thanks sorry for bump; just subscribing to this thread