Hello,
I have an LP8764 EVM I was working on and I accidentally shorted the switch node for Buck 3 and the output side of C6 while trying to probe the switch node, and the EVM stopped working properly. EN_DRV never goes high anymore, and none of my bucks are turning on. Manually turning them on in the control registers do nothing. I haven't made any other hardware or software changes. Looking through the registers on the PMIC GUI, I'm seeing lots of communication errors. It fails BIST, and raises interrupts for the following errors:
REG_CRC_ERR, BIST_FAIL, COMM_FRM_ERR, COMM_CRC_ERR, COMM_ADR_ERR, and RECOV_CNT_INT
Looking through the datasheet, there is an error with the SPI frame, I2C is writing to a register it shouldn't be messing with, there is CRC mismatch, and it unsuccessfully tried to recover 16 times (according to the threshold value set for RECOV_CNT). What could be causing all of these problems? None of the INT_SEVERE_ERR bits are set, all the errors above are set in the INT_MODERATE_ERR register. Thank you in advance.
