Solved
M24SR04 EEPROM direct access
Posted on February 24, 2016 at 08:57
Hi all,
I'm using a M24SR memory connected by I2C bus to a Freescale M0 microcontroller. Given that the free space for the firmware is very little, I have problems integrating the ST library for reading and writing access to the NDEF files. So, I was wondering if it was possible to access the EEPROM memory directly without using the ISO-DEP protocol, but accessing to the locations of the EEPROM memory with standard I2C command. In my firmware I only have to access to a NDEF text file for reading and read the first 10 bytes of this file. So I ask you:- Can I access in reading mode to any location of the EEPROM memory bypassing the state machine of the device?
- If yes, how can I find the starting address of the file that I previously wrote?
Thank you all in advance
Daniele #read-access #m24sr #eeprom