You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On NucleoF401 and 411RE, UART driver with 8 bits and even parity does not work.
The MSB and Parity bits interfere and hence communication does not work for UART1.
UART baud 115200 bps actually becomes 116800 bps. This also needs a correction so that it works at exact baud of 115200 bps.