I have an application where I'm using a TPS65988. When I reset the device, I want to get an interrupt when the device has finished booting so that I can read the firmware version and customer use registers. I was hoping that the Patch Loaded interrupt would work, since it fires soon after I provide power. However, if I try to read the interrupt event register immediately after the patch loaded interrupt is detected, the TPS65988 doesn't send anything over the I2C bus. Is there another way to get an interrupt when the device boots? Or do I just need to poll the mode register and wait for it to read "APP "?
Best regards,
Cory