Importing / Exporting memory to/from a target MCU

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Importing / Exporting memory to/from a target MCU

1,874 Views
lpcware-support
Senior Contributor I

The Memory View with the LPCXpresso IDE provides easy to use options for exporting the contents of target MCU memory back to the computer running the debugger, and similarly to import into the target MCU's memory.

To export an area of target memory, go the the Memory View (ensuring the "Traditional" rendering is displayed) and select the Export icon...

148148_148148.pngMemory_Export_Icon.preview.png

This will then display a dialog allowing you to select the location and size of the memory to export, as well as the format to save the file in (text, binary or SREC)...

148149_148149.pngMemory_Export_Dialog.preview.png

In the same way, you can use the "Import" icon to allow a memory to be written to. Note that this does not allow Flash memory to be programmed.

It is also possible to save the contents of memory out from the command line, or from the gdb windows within the IDE, using the 'dump' command.

Alternatively, you may be able to use your MCU's ISP mode to transfer using FlashMagic.

Labels (2)
Tags (2)
0 Kudos
0 Replies