Hello everyone!
I am new to LIN communication and I wanted to test the LIN master and slave SDK example. I followed the instructions given in SDK documentation:
for master example:
-Generated PE code
-Built the project
-Downloaded to flash via USB1 (open SDA)
for slave example:
-Generated PE code
-Built the project
-Debug in RAM via USB2 (open SDA)
I connected LIN and GND pins of J17 connectors, connected the boards to 12V input via J9 connector. I set the J12 jumper for master option on master board, and left open J12 on slave board.
After running the examples, both master and slave nodes go to sleep mode due to LIN bus inactivity timeout. Is there anything I forgot to do to make the examples work?
Tested board types are S32K148EVB-Q176. SDK example is for Q144 type, but the pin configuration for UJA1332 transciever is the same, so it should not be the problem?