Hi everyone, i need to play with an eeprom , the 24LC512; i am using the mkv31f256vlh12 . I know that the compenent exist into the processor expert selection , and i need an i2c conectivity but i dont know how can i configure the settings and test . Some body can help me...
Solved! Go to Solution.
Hello,
do you mean this driver: Driver for Microchip 24xx Serial EEPROM | MCU on Eclipse
?
I don't have any KV device, but I have used that Microchip EEPROM for other devices. But the project needs to be for Processor Expert, *without* the Kinetis SDK, as the Kinetis SDK is not compatible with that driver.
I have an example of it for CodeWarrior with Processor Expert here: mcuoneclipse/Examples/FRDM-KL25Z/FRDM-KL25Z_24LC_EEPROM at master · ErichStyger/mcuoneclipse · GitHu...
I hope this helps,
Erich
Hello,
do you mean this driver: Driver for Microchip 24xx Serial EEPROM | MCU on Eclipse
?
I don't have any KV device, but I have used that Microchip EEPROM for other devices. But the project needs to be for Processor Expert, *without* the Kinetis SDK, as the Kinetis SDK is not compatible with that driver.
I have an example of it for CodeWarrior with Processor Expert here: mcuoneclipse/Examples/FRDM-KL25Z/FRDM-KL25Z_24LC_EEPROM at master · ErichStyger/mcuoneclipse · GitHu...
I hope this helps,
Erich
I have a question the data stored where can i see?, the data read is stored in reg? or how can i verify the data stored and read it, in the debug mode.
thank you for your help