How to readback hex file from Lpc microcontroller

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

How to readback hex file from Lpc microcontroller

2,321 Views
sameerarvikar
Contributor III

I am using LPC1788 microcontroller , 

I am using  keil software  and PE micro Multlink universal programmer for programming it,

Can i readback the programmed file ,

Or is there any other software or tool available to do it ?

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

2,177 Views
ErichStyger
Senior Contributor V

>>Or is there any other software or tool available to do it ?

NXP offers the unlimited/free-of-charge Eclipse based MUXpresso IDE (MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE) | NXP ) which has such a memory export function, e.g. as binary or S-19 file:

pastedImage_1.png

That works with every supported debug interface (LPC-Link, P&E, SEGGER).

If you need the Intel Hex format, you can convert the S19 into that format.

I hope this helps,

Erich

PS: Dump my Device Memory | MCU on Eclipse 

0 Kudos

2,177 Views
sameerarvikar
Contributor III

Can i use this file to program another LPC1788 ?

0 Kudos

2,177 Views
ErichStyger
Senior Contributor V
0 Kudos