Our system writes 64K bytes of full flash image (FFI) to the flash memory of TPS65987D using I2C communication.
After writing 64 bytes of data to the flash memory, I am performing a readback check for the write command (FLwd) of the "4CC" command, but is there a need for a wait time before moving on to the next write?
Currently, I am adding a wait time of 100ms each time, but writing 64k bytes takes more than 2 minutes, so I would like to shorten the time.