I am developing LIN based on Uart on DRA829,But i cannot generate break field(13 bit Low),and Can not detect break field (13 bit low). Please help me
1:break field generate:I found break condition in TM(A break condition is activated by setting the UART_LCR[6] BREAK_EN bit),but i do not know how to Control the length(13 bit low) of the break field
2:break field detection:UART_LSR_UART[4]RX_BI indicates a break detection,but the length is one character + 1bit time,not 13 bit,how can i do to detect 13_bit Low break field?