S32K3 operating mode in POWER configuration 。what‘s the difference of these operating modes.
Solved! Go to Solution.
Hi @alan_yu,
I suggest looking at the source code to know what steps are divided. You can refer to these low power examples:
Best regards,
Julián
Hi @alan_yu,
I suggest looking at the source code to know what steps are divided. You can refer to these low power examples:
Best regards,
Julián
and another problem is , what's the meaning of McuPartition0Config - McuPartition2Config . is that mean different core ?
below picture is my config in S32K312 . does it look ok ?
Hi @alan_yu,
The logic partition refers to SoC blocks controlled by single partition of MC_ME. Each of the MC_ME partition controls a set of logic functionality using the MC_ME partition processes hardware.
You can refer to chapter 46.1.3 for the partitions:
Yes, your POWER config looks ok.
Best regards,
Julián
hi @Julián_AragónM ,
thank you for your reply. this helped me a lot.
i have been using S32K312 ,only 1 core. so if i want mcu go to standby , I need only select "STANDBY" operating mode. right ? and I met i problem .when i wake up by using a GPIO . mcu will normal run after almost 10 seconds . what's might be the problem?