Ok, thanks for the reply. But.... the incomming data stream is 7N1 - which means (if the STM is programmed to 8 data, No parity) the incomming stop bit databit will be treated as the 8th - and the STM uart will be missing a stopbit - which will be a ...
"7N1" means: 7 data, no parity and 1 stop bit. All uart communication uses 1 start bit - this has allways been so. But that is not the question.How do I setup the STM32F429 to read the incomming modus with the framing 7N1, without getting framing er...