I have custom board of S32K314_172HDQFP with TJA1029 LIN Transceiver. The TX and RX are assigned to PTA8 and PTA9 which correspond to FXIO_D6 and FXIO_D7 respectively.

Now I add the Flexio_Mcl_Ip and then under Specific Configuration Tab, I select Logic Channel 0 for Tx and select Flexio Pin as PIN_6 and respectively Flexio Logic Channel 1 for Pin_7. Under Flexio_Lin Driver and under the Lin Global Config Tab, I select Lin hardware FLEXIO_IP_0, and then Rx and Tx Channel as shown in the image below.


Irrespective of the TJA1029, I should be able to see the output from the MCU on my logic analyser right, but I just see one pulse. Is there something that I am missing ?

Since I cannot share my complete code, I have attached the part of code related to LIN which I have taken from the example code "Lin_Ip_FrameTransfer_S32K344".