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?
 
					
				
		
 Jorge_Gonzalez
		
			Jorge_Gonzalez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
