KEA64 Internal EEPROM

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

KEA64 Internal EEPROM

1,998 次查看
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,455 次查看
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,889 次查看
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,870 次查看
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,982 次查看
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,975 次查看
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,969 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @pmathew96 ,

yes, it seems there isn't such example.

 

Regards,

jing

0 项奖励
回复