Part Number: LAUNCHXL-F28069M
Tool/software: Code Composer Studio
I was wondering if anybody has experience detecting break line with SCI UART.
Reading the documentation it appears to me that line break is a complete "NO, NO" for these microcontrollers. Break line is considered as an error rather than a method of signalling.
I would like to detect line break and be able to generate a line break.
So far generation of line break is possible by tricking the SCI to send 0x00 byte at much lower baud rate than the required.
However, the detection of line break doesn't work for me. Even if I short RX to ground I get Frame error instead of BRKDT in SCIRXST register. I have tried setting SCI in both idle mode and address mode.
Ultimately I would like to use address mode. In address mode all bytes are received correctly as they should coming from an MSP432 MCU.