KEA64 Internal EEPROM

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

KEA64 Internal EEPROM

1,997件の閲覧回数
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 件の賞賛
返信
6 返答(返信)

1,454件の閲覧回数
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 件の賞賛
返信

1,888件の閲覧回数
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 件の賞賛
返信

1,869件の閲覧回数
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 件の賞賛
返信

1,981件の閲覧回数
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,974件の閲覧回数
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 件の賞賛
返信

1,968件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @pmathew96 ,

yes, it seems there isn't such example.

 

Regards,

jing

0 件の賞賛
返信