Hi, I am working on the S32K142EVB-Q100 development kit and wish to find sample code to wake up the controller from VLPS using CAN. Please guide me to the link if there exits one. I downloaded the S32 Design Studio for ARM but I am unable to find it in there.
Hi Lavanya gopal,
The FlexCAN module is not a wake-up source from VLPS (7.3.1 Wake-up sources, RM rev.11).
But PORT interrupts are functional in all digital pin muxing modes including CAN_RX (12.6.1 Pin Control Register n (PORT_PCRn)).
The SDK power_mode_switch_s32k142 example utilizes port interrupt as a wake-up source from VLPS.
Regards,
Daniel