Reading device Flash and EEPROM using lpcxpresso??

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

Reading device Flash and EEPROM using lpcxpresso??

2,527 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ub3r on Tue Feb 12 04:04:10 MST 2013
Hi Guys,

How can we read the current flash memory, and contents of the eeprom using the lpcxpresso debugger and IDE??

I've search but couldn't find anything. :confused:

cheers
0 Kudos
Reply
4 Replies

1,727 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ub3r on Tue Feb 12 19:10:47 MST 2013
I see.. :(

I already know how to use the IAP to read the eeprom, but i thought there might be an easier way to dump it to a file via the programmer.
0 Kudos
Reply

1,727 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tha on Tue Feb 12 13:48:08 MST 2013
The EEPROM cannot be access directly.  You will need to call the EEPROM API to read the content then dump it into RAM.

AN11073 explains how to use the API.
http://www.lpcware.com/content/nxpfile/an11073-using-lpc11axx-eeprom-iap-v10
0 Kudos
Reply

1,727 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ub3r on Tue Feb 12 09:46:27 MST 2013
Thanks for your help Zero.

Ive been playing with this since i read your post and the memory trace looks like a very powerful tool. :)

However i still don't know how to read the eeprom?
I cant find the eeprom start address in the 1347 datasheet??
0 Kudos
Reply

1,727 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Tue Feb 12 04:18:49 MST 2013
Start Debugger, open a new 'Memory View' with flash address (0x0) :)

There you can also export your memory :eek:
0 Kudos
Reply