On one of our prototypes boards has a malfunctioning TPS65981. It appears the TPS65981 is in some sort of infinite reset loop that prevents the firmware from properly loading. Here’s the behavior I’m seeing:
1. Power is applied to the TSP65981
2. As expected, the TPS65981 begins to read the firmware from the attached SPI flash.
3. ~2ms into the process of reading the SPI flash the SPI transactions abruptly stop. Note: For a working TPS65981, the SPI transactions continue for ~300ms, stop, and then the TPS65981 transitions to APP mode.
4. ~115 after the SPI transactions abruptly stop, the TPS65981 SPI transactions start again, and are again interrupted about ~2ms into the process.
5. Steps 3-4 repeat indefinitely. The TPS65981 never enters APP mode.
As part of our debug we swapped the malfunctioning TPS65981 with a correctly functioning the TPS65981, and vice-versa. The problem followed the TSP65981. This seems to implicate the TPS65981. However, it is possible there is something marginal in our design that is exacerbated by this particular TPS65981. As part of our debug we verified the following on the TPS65981:
· Contents of the SPI flash are valid. SPI flash was removed from board, read with an external programmer, and the content match expectations. This exonerates the binary in the flash.
· SPI flash is working properly. If we move the SPI flash from the failing board to a new board, the TPS65981 on the new board is able to load the firmware properly. This exonerates this particular SPI flash.
· The R_OSC resistor value is correct. We both measured the value of the R_OSC resistor and verify the SPI clock is running at 12MHz.
· Verified the input voltages at the PP_5V0, PP_CABLE, VDDIO, and VIN_3V3 inputs to the TPS65981 are within spec
· Verified the output voltages at the LDO_1V8A, LDO_1V8D, and LDO_3V3 outputs from the TPS65981 are within spec. This seems to indicate the power portions of the TPS65981 are operating properly.
Do you have any additional debug steps that could help root cause this behavior? Do you have any idea what may cause the TPS65981 to get into an infinite reboot state? Is this a known issue with the TSP65981? Keep in mind that we’re using the prototype PTPS65981. Thus far we’ve observed this behavior on 1 of 40 TPS65981 units. The TPS65981 does not response to I2C transactions so we can’t query TPS65981 registers.
Thanks.