hi everyone!!
I have been strugling with the LINRX pin of the MCU... Im using that pin for the pin direction of a driver for motor control. Th LINTX works without problem, but for some reason, the RX is not leveling up...
Here is the LIN configuration I used.
I even tried to change the value here, it did, but I cannot drive it to low...
I even checked the memory registers
and here is the lin.c file (justthe registers part)
as you can see, the PIO0 is configured as non functional, so I can use the pins as GIO, the PIO3 has the output values on low (I change them), the direction for both pins (Rx and TX) are output and the open drain is disable and the pull up resistance is selected but (I dont finish to understand the memory broser to be honest) it seem that the code and the memory browser dont match...
I appreciate the help
thanks!!