Reading device Flash and EEPROM using lpcxpresso??

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

Reading device Flash and EEPROM using lpcxpresso??

2,574 次查看
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 项奖励
回复
4 回复数

1,774 次查看
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 项奖励
回复

1,774 次查看
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 项奖励
回复

1,774 次查看
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 项奖励
回复

1,774 次查看
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 项奖励
回复