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
What about loading an arbitrary file from the host filesystem to an arbitrary location in target memory?
yes, you can use IAP to write anything you want into flash memory, I don't know if with J-link but you can use it with a boot loader using IAP.