LIN bus

 s this possible do LIN  with NRF5340 (uart) hardware and software wise

Parents Reply
  • Hi Peter, 

    I checked around internally but I don't think we have done any study on this. The UART driver in Zephyr is quite non-flexible that you can't really use a TIMER to access the pin when it's already assigned to UART peripheral. 
    It should be possible with big banging (use a timer as you said) for the SYNC BREAK but you will have to skip the default driver. 

Children
No Data
Related