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
I am using a Blackpill 411CE board. I use generic F411CEUx in chip configuration.
To configure uart, I use the command: Serial.begin(115200);
and Serial2.begin(115200);
However, data exchange in both cases goes through PA2 and PA3.
How do I switch to PA9 and PA10?