Other Parts Discussed in Thread: TPS25750
WHAT IS PROPER TPS25750 FLASHING METHOD?
We are looking for a proper method for updating the firmware for TPS25750. Currently we are using an eeprog tool (a simple C application to read/modify 24Cxx EEPROM chip) to directly flash the firmware to the EEPROM via I2C2 (i2c bus where the TPS25750 is master for accessing the EEPROM) , we don;'t feel it is a right method
We have noticed that there is an option in the TPS25750 Application customization tool to flash the customized firmware through the I2C bus where the TPS25750 is in slave mode (I2C1) . So it is possible to flash the EEPROM via the TPS25750.
How can we implement this in our host system to do the same without the Customization tool?