How to use the 4kB EEPROM in MK60DX256?

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

How to use the 4kB EEPROM in MK60DX256?

685件の閲覧回数
海国李
Contributor I

I'm going to use the 4kB EEPROM in MK60DX256, however, I don't know how to start with it.

First, I want to know what‘s the relationship between this EEPROM with K60.

Then, which communication method can be used to write and read the EEPROM? I2C? IF yes, then which channel?

Last, what's the address of the EEPROM?

ラベル(1)
タグ(1)
2 返答(返信)

508件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello:

The MK60DX256 actually has 256 KB of FlexMemory (EEPROM) at addresses 0x1000_0000 – 0x1003_FFFF. The 4 KB is the maximum size of the FlexRAM, which is used to program the FlexMemory (flash). When you need to store data in the FlexMemory, then you actually write to the FlexRAM space, that is the method.

You might not fully understand my explanation above, so to start with the FlexMemory you have to read the next application note:

http://cache.freescale.com/files/32bit/doc/app_note/AN4282.pdf

Regards!,

Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

508件の閲覧回数
海国李
Contributor I

Hi, Jorge_Gonzalez

Thanks for your patient explanation. I understand something of it. And thank you for your recommended document.:smileyhappy:

Best wishes!

Haiguo Li

0 件の賞賛