2019-05-24 05:51 AM
Hi,
I have to configure a STM32F373 as a LIN Master. The problem is that the function USART_SendBreak is not available.
The reference manual says that I have to set the SBKRQ bit to send the break frame, but this bit is only available for a break request, not for sending it.
Does anybody knows how to send a break frame?
Thanks