STM32MP157 UART configuration for ontime frame error detection and write-operation speed-up
Hello, I have a problem with UART reaction time under Linux.I need to detect frame break/error situation and send a byte as reaction.I use following configuration of serial port for Linux:tty.c_cflag &= ~PARENB;tty.c_cflag &= ~CSTOPB;tty.c_cflag &= ~...