Error in writing data to ST25DV user memory EEPROM
Hello,
I am currently interfacing ST25DV with STM32L073 MCU using lower level drivers for I2C instead of HAL drivers. I have successfully configured and tested the ST25DV FTM mode.
Now i want to use the user memory region in ST25DV to store product information. So what should be the steps to write and read from the user memory (EEPROM) ?
As per the docs, i have to disable the mailbox to have access to EEPROM. So i disabled the mailbox using dynamic register. Than opened I2C session by passing password. Using i2c write function tried writing a single byte to 0x0000 address but write function failed. When i try using HAL driver it gives me error code of 1.
So can anyone please tell me the step for writing / reading from the user memory EEPROM in ST25DV04K.
