********************************************************************************
* Detailed Description:
* The S32K144 MCU is configured as a LIN Slave node.
* When a MasterReq frame (0x3C) is received with Go-to-sleep command, the stack goes to sleep.
* The application can read:
* l_flg_tst_LI0_MasterReq_flag()
* l_ifc_read_status(LI0)
* When a falling edge is detected on the LPUART RX pin,
* LinWakeUpTimerNotification() is called.
* The notification has to be enabled in MEX.
* Gpt (LPIT) timer is used to calculated the length of the wake-up signal.
*
* ------------------------------------------------------------------------------
* Test HW: S32K144EVB-Q100
* MCU: S32K144
* Debugger: S32DS_ARM_3.6, S32K1_RTD_3_0_0_D2503
* Target: internal_FLASH
********************************************************************************