Hi all,
Recently,i am trying to make the VR5510 and S32G enter the Standby mode.According to the AN12952 and AN12880,the following two steps were performed:
(1)I send a enter standby mode command to the VR5510 through IIC by calling the Pmic_Ipw_SetMode() function firstly.
(2)And then,i pull down the PMIC_STBY_MODE_B pin by calling the Power_Ip_SetMode().
After finishing the step mention above,i found that the SOC do not enter standby mode but reset repetitive.Is there any wrong i have do or any step i have miss?The purpose i want is to let the SOC(S32G-VNP-RDB2) and VR5510 enter standby mode.