********************************************************************************
Detailed Description:
Example shows FlexCAN 0 usage in RUN/VLPR modes using SDK.
CAN bitrate is set to 250bit/s.
MCU enters VLPR mode by pressing SW3 button. CAN std message is sent with data VLPRmode"
MCU exits VLPR to RUN mode when one of following happens:
- CAN std message with RX_MSG_ID is received and MCU is in VLPR
- SW2 button is pressed (PTC12 interrupt). CAN std message is sent with data "RUN mode"
Blue LED is dimming and the rate is different for each power mode due to different
system clock (48Mhz vs 4MHz)
------------------------------------------------------------------------------
Test HW: S32K116EVB-Q48
MCU: PS32K116LAM 0N96V
Compiler: S32DS.ARM.2.2
SDK release: S32SDK_S32K1xx_RTM_3.0.3
Debugger: Lauterbach, OpenSDA
Target: internal_FLASH
********************************************************************************