Reading device Flash and EEPROM using lpcxpresso??

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Reading device Flash and EEPROM using lpcxpresso??

2,528件の閲覧回数
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,728件の閲覧回数
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,728件の閲覧回数
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,728件の閲覧回数
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,728件の閲覧回数
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 件の賞賛
返信