Tool/software:
We have a board with TPS25751 and EEPROM. We would like to flash image to EEPROM via i2c from MCU.
After board power on, we read MODE register to check the mode status.
However, we find something strange.
If we flash image to MCU then power on, the MODE register reads "APP". If we just power off and power on, the MODE register read "PTCH".
Do you know why the register value different? How do we check is there valid image in EEPROM or not?
If not, how to flash full image to EEPROM via i2c from MCU? Could you provide sample code for reference?
Thanks