How to readback hex file from Lpc microcontroller

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to readback hex file from Lpc microcontroller

2,373 次查看
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 ?

标签 (2)
标记 (1)
0 项奖励
3 回复数

2,229 次查看
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 项奖励

2,229 次查看
sameerarvikar
Contributor III

Can i use this file to program another LPC1788 ?

0 项奖励

2,229 次查看
ErichStyger
Senior Contributor V
0 项奖励