KEA64 Internal EEPROM

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

KEA64 Internal EEPROM

1,711 Views
pmathew96
Contributor I

How to read data from the internal EEPROM of S9KEA controller?I didn't find much information in the datasheet regarding this.

0 Kudos
6 Replies

1,168 Views
star333
Contributor II

Hi 

How do you find documentation about KEA64 EEPROM?

I am searching a long time for a example or documentation of KEA64 EEPROm

0 Kudos

1,602 Views
pmathew96
Contributor I

Hi,I tried to write and read data from eeprom(0x10000000 to 0x100000FF).But data writing is not happening properly.please have a look on the attached screenshot.Here i had tried to write 0x23 to 10000040

 

after write commandafter write commandbefore data writtingbefore data writting

0 Kudos

1,583 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @pmathew96 ,

Please refer to this link. People pasted their code. You can refer to it.

https://community.nxp.com/t5/Kinetis-Microcontrollers/KEA-64-suspends-during-internal-EEPROM-erasing...

Please Note that The EEPROM supports only byte access.

 

Regards,

Jing

0 Kudos

1,695 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @pmathew96 ,

Read EEPROM data from 0x10000000 to 0x100000FF. You can read them as a normal flash. For example, data=(*(unsigned char*)0x10000000).

 

 

Regards,

Jing

1,688 Views
pmathew96
Contributor I

Hi,@jingpan 

I found only option for read once(for reading the flash segment which can be programmed once).i didn't find the command for reading it,also didn't find the same on evk sample code

0 Kudos

1,682 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @pmathew96 ,

yes, it seems there isn't such example.

 

Regards,

jing

0 Kudos