Background:
1. Use the S32Design Studio tool to import the example [Power_Ip_Example_S32K312], and additionally configure the STANDBY mode.
2. Added Wkpu in Drivers and configured PTB19 as the wakeup source, and configured related Wkp interrupt.
3. Configure PTE18 as GPIO output
Operation:
1. Perform Power initialization, Siul2 initialization, wkp initialization, interrupt enable, etc. in the Main function.
2. Set PTE18 as high level output.
3. 3. Call the Power_Ip_SetMode function to pass in the StandBy parameters.
Problems:
1. PTE18 does not change to low level after StandBy.
2. The current does not drop significantly after StandBy.
What are the reasons for the above two questions?