Hi all,
I am working on power mode of s32k324,
->we wanted to debug in the standby mode. we studied the debug chapter in the reference module but i was not able to implement.
Is there any configuration plz help me.
Hi @Prasad_330,
After entering the Standby mode, the connection between the debugger and the MCU cannot be maintained. After waking up the MCU, you can enable the "Attach to running target" feature of the debugger connect to MCU without resetting. This is for PE Micro:
You can also read chapter 9. (Low-power debug handshake protocol) from the S32K3 Low Power Management AN and demos document, which allow to re-connect Lauterbach debugger to S32K344 after standby wakeup.
Best regards,
Julián
hi Julián_AragónM
Thank you.
I will check and come back to you.
Plz confirm me that S32k324 controller will reset after wakeup from the standby mode
In the other controller, once the controller is in standby mode, it used to start the execution from the next instruction from where it entered into Standby mode. Cannot we have same behavior in s32k324.
Or
I am doing anything wrong so that the s32k324 controller is getting reset once it had woken up
Hi @Prasad_330
That is right. K3 will always perform a reset sequence after waking up:
But you can define a boot address to enter after the Fast standby exit:
Best regards,
Julián