HI
I'm using the lin_slave_baremetal_s32k116 sample program for debugging on the S32K116-Q048 demo board. However, the LIN interrupt is not working as expected. Here are the details: I have the S32K116-Q048 as the slave node, and a PC as the master for LIN communication. After testing, the LIN signal sent from the PC has been detected on GPIO PTC6, but the LIN interrupt is still not triggering. The power supply is at 12V. How can I resolve this issue?
BR
解決済! 解決策の投稿を見る。
Hi,
I tried lin_slave_baremetal_s32k116 demo example from SDK RTM4.0.3 on the S32K116EVB and it is working fine with mentioned PLIN View config. Callback (interrupt) is normally called and slave responds accordingly.
BR, Petr
Hi,
have you sent right frames from PC's LIN tool as mentioned in example doxygen file? To have similar functionality as master example. See more in https://community.nxp.com/t5/S32K/S32K142-LIN-Setup/td-p/1477998
BR, Petr
Dear Mr. Petr,
However, after my testing, the correct LIN signal has appeared on the corresponding GPIO, and the interrupt is triggered by the break signal. The program still cannot trigger the LIN interrupt. Then, when I send LIN data to S12 in the same way from my PC, S12 triggers the LIN interrupt normally.
BR
Hi,
I tried lin_slave_baremetal_s32k116 demo example from SDK RTM4.0.3 on the S32K116EVB and it is working fine with mentioned PLIN View config. Callback (interrupt) is normally called and slave responds accordingly.
BR, Petr