Hi,
I am checking the LIN communication in the S32K144 MCU for both slave and master modes. When I assign my device (S32K144) as a slave, it works properly.
However, when I assign my device (S32K144) as a master and continuously send headers from the master (S32K144), the slave device indicates that a message is received, even though I am not sending any messages from the slave device.
I am using the example code from S32DS for both master and slave. In the master example code, a button interrupt is used for sending the header to the slave.
Could you please provide me an example code for the master that does not use a button interrupt? Alternatively, could you suggest a solution for this issue?
I'm utilizing it.
S32DS version 3.5
SDK 4.0.1
NXP GCC 10.2 toolchain for Arm 32-bit bare metal
Thank you.