This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA829_Uart_To_Lin ----Break field generation and Break field detection

Other Parts Discussed in Thread: DRA829

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?