This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48L952: LIN pins used as GIO

Part Number: RM48L952
Other Parts Discussed in Thread: HALCOGEN

Hello,

I configured the LIN driver from HALCoGen to use LIN TX and RX as GIO, the issue is that i cannot control them by SW. I can see the line change only when i manually put the value into DSET register but not by calliong the proper gioSet*.

    gioSetBit(linPORT, PIN_LIN_TX ,0);
    [....]
    gioSetBit(linPORT, PIN_LIN_TX ,1);

Best Regards,

Cosmin