S32K144 As master node Is the data received from the Lin slave node through an interrupt
Hi qiansan,
Here you can see the LIN_LPUART_DRV_IRQHandler is used to for LIN driver:
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
However, in the execution process of the main function, I did not find the part of serial port interrupt service function registration, nor did I find the part of serial port interrupt enable. If Lin communication uses serial port interrupt to receive data, where is the interrupt enabled and where is the interrupt service function registered?
You can find them here:
If the Lin node enters the sleep mode, does it adjust some functions of the serial port to the low-power mode or turn it off? I would like to ask what functions are adjusted to reduce the power consumption if the node enters the sleep mode compared with the normal mode