Hello,
I use S32G-VPN-GDLBOX3 53071 REV F with S32G_RTD_4.4_4.0.2_D2306. I am testing in the S32 Design Studio 3.5 Pmic_Configuration_Autosar_Example_S32G399A_M7.
When I try Pmic_SetMode(Pmic_Device_0, Pmic_Mode_Shutdown), PMIC_STDBY_PGOOD goes low and then PMIC_STDBY goes also low and the consumption drops to 10 mA (quite a lot, but ok). Is it possible to wake up with CAN bus WKPU configured in Port MCAL driver component? (I tried to find out in AN12952 and I think it is impossible, but I am not sure)
Furthermore, when I try Pmic_SetMode(Pmic_Device_0, Pmic_Mode_Standby), PMIC_STDBY_PGOOD goes down and then PMIC_STDBY goes also low and the current cycles around 10 mA and then 400 mA for a few seconds (power and reset LEDs are blinking). I looked at the VR5510 state machine in AN12880 and I can not figure out what could be causing this behavior.
Eventually , when I try Mcu_SetMode(Mcu_Mode_Standby), the whole application freeze and the current is still 400 mA. PMIC_STDBY_PGOOD and PMIC_STDBY are still high. Do I also need configure the EcuM or Icu MCAL driver components?
Thanks in advance for any reply.
Best regards
won0020