How can I ensure that the data in the EEPROM of the ST25DV64K is updated before the ST25DV64K is ready to be read out via RFID?
Hello,
I am working with the ISO15693 chip ST25DV64K for the first time.
The V_EH output goes to a 1.8 V regulator and the output of the regulator supplies a microcontroller.
I would like to know how can I ensure that the microcontroller first writes its data into the EEPROM of the ST25DV64K, via I2C, and then the ST25DV64K chip is ready to be read out via RFID.
If the voltage at the V_EH is too low and the microcontroller is not yet on, I do not want the ST25DV64 chip to be accessible via RFID. Only when the microcontroller is on and the data in the EEPROM (ST25DV64K) has been updated can the ST25DV64K be read out via RFID.
How can I achieve this ?