My version is S32K3_RTD_2_0_0_D2203_ASR_REL_4_4_REV_0000_20220331;
The MCU is powered on all the time;
The reset cause is power-on reset: (reset pulse width above 30ms)
MC_ME[MODE_STAT] = 0x0000_0000
MC_RGM[DES] = 0x0000_0001
MC_RGM[FES] = 0x0000_0000
MC_RGM[RDSS] = 0x0000_0000
Power_Ip_GetResetReason() obtain the reset source is MCU_POWER_ON_RESET
The reset cause is wake reset: (reset pulse width 0-25ms)
MC_ME[MODE_STAT] = 0x0000_0000
MC_RGM[DES] = 0x0000_0000
MC_RGM[FES] = 0x0000_0001
MC_RGM[RDSS] = 0x0000_0001
Power_Ip_GetResetReason() obtain the reset source is MCU_WAKEUP_REASON