How can I use LIN Slave mode? (SPC58EC-Disp)
Hi, I want to use LIN communication as slave in my board.
I'm using SPC5Studio, and I'm checking the example code which the SPC58ECxx_RLA LIN Test Application for Discovery.
This example code is used two LIN nodes and master node ask for data to slave node. (202 code line)
I have expect when slave node receive ask something from the master node, this program access spc5xx_lin_rxi_interrupt API.
But If I use just only slave node, How Can I use transmit function?
I think one of solution is modification of spc5xx_lin_rxi_interrupt API, but is it have another solution?

