Tool/software:
Hello,
I am working with the TPS65381A-Q1 PMIC and facing an issue with transitioning to the Diagnostic state after power-on.
When I power on the PMIC, my code sends the required SPI command to enter the Diagnostic state. However, in debug mode, I observe that the PMIC is instead in the Locked Safe state and does not transition to Reset or Diagnostic.
If I disconnect the NRES pin of the PMIC from the microcontroller's reset pin and then power cycle the PMIC, I am able to successfully trap it in the Diagnostic state.
However, when the NRES pin of the PMIC remains connected to the microcontroller's reset pin, the PMIC gets locked in the Safe state at power-on, with errors preventing the transition.
I have the following questions:
- Is there any way to transition the PMIC from the Locked Safe state back to Reset or Diagnostic via SPI commands?
- During power-on, what measures can be taken to ensure that the PMIC enters the Diagnostic state instead of getting locked in Safe state?
- Could the connection between the NRES pin of the PMIC and the microcontroller's reset pin be affecting the PMIC’s state transitions?
Any insights on this issue would be greatly appreciated.
Thanks,