On a trigger the S32K3 shall wake-up from standby, send a CAN message and receive a response - all within 50 milliseconds. The response is an CMA authenticated message (CAN message authentication).
'Fast standby exit' is used to bypass secure boot, otherwise the 50 milliseconds cannot be kept. My understanding is that the HSE (Hardware Security Engine) ist not initialized and its functionality is not available when using 'fast standby exit' - is that correct? However, the HSE is needed for the message authentication.
How can this be solved? Secure boot with flash verification is not wanted after the wakeup. Only the HSE must be initialized so that it can povide its services to the application software.