Hi @harsh_95,
After waking up, execution begins either at the reset vector or at the fast wakeup boot address if fast wakeup is enabled.
Have you enabled fast wakeup? Even when fast wakeup is used, the application should eventually jump to the reset vector.
For reference, check the examples provided here:
https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/152772...
You can also trap the execution at the reset vector after wakeup and attach the debugger.
Loop:
mov r0, #1
cmp r0, 0 /* Change r0 to 0 in register view */
bne Loop /* Capture after power-on reset */
Can you elaborate on this?
"Due to the above problem we are observing some delay in Wakeup and it is not fitting as per our requirement."
S32K3xx DS rev13, Table 6. Power mode transition operating behavior.
Regards,
Daniel