Hello,
I am using the nRF52832 Development Kit platform w/ nRF Connect SDK.
I have an application using UART which is configured to talk LIN to a SN65HVDA100 package https://www.ti.com/lit/ds/symlink/sn65hvda100-q1.pdf
Wanting to setup multiple Development Kits so 1 is the Master and all the rest are configured as Slaves.
When running as a LIN Master, the Master must hold the LIN Bus Low for 14 bits minimum.
I have the UART configured with 8 bit word size.
My question is, is there any available Zephyr UART API call to create a UART Break (hold the Tx pin low for 14 bits minimum)?
No obvious answer lurks in the API docs https://docs.zephyrproject.org/apidoc/latest/group__uart__interface.html