STM32F401: UART 'Stop Bits' Setting
Hello!
I'm using STM32F401 (Blackpill board).
I made an experiment like this.
I set my PC serial setup as 8n1 and UART6 serial setup as 8n2.
And started communication between my PC and UART6.
It was okay. Nothing went wrong. For both sides, tx and rx.
Before this experiment, I expected two things.
1. TX setup 8n2 and RX setup 8n1 will be okay. Because receiving side will detect start bit whatever the stopbit is .
2. How does MCU receive from UART? If it is set as 8n2, can it receive the things transmitted as 8n1?
I was not sure about 2nd problem. Can anyone teach me how STM32F401 receives UART things? I need to know whether the 2nd case is really vaild or not.
Thank you.


