Hello Team,
Now I am working on stm32mp133f MCU.
I need to implement break error interrupt in USART.
My requirement is when we got 'NULL' data on RX FIFO . it should generate break interrupt.
shall I get this interrupt with frame error.
As per my understand break character isA Break character is interpreted on receiving “0”s for a frame period. At the end of thebreak frame, the transmitter inserts 2 stop bits.Break characterWhen a break character is received, the USART handles it as...