Hi @harsh_95,
Point-2 I believe this comes from the AUTOSAR specification since it is established that the function can be called from a wakeup ISR, but the K3 family shares the same ISR for all of the wakeup sources:


You can call the EcuM_CheckWakeup in the fast standby user defined boot address, so it is the first thing after exiting standby:

Let me check the functionality with EcuM module for checking wakeup sources with the internal application team, I will get back with you as soon as I get an answer.
Point-3 You can refer to the previous picture. After normal standby exit, a functional reset will be asserted and the MCU will run the reset handler back into the main code. When using fast standby exit will skip sBAF and HSE initialization and will run a user defined boot address so you can handle higher priority wakeup sources.
You can find some examples for this in these community posts:
Best regards,
Julián