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
There is a mistake on the Serial2 pins definition for the Nucleo F401 and F303.
Both declare: HardwareSerial Serial2(PA1, PA0);
while there is no U(S)ART on those pins
The text was updated successfully, but these errors were encountered:
There is a mistake on the Serial2 pins definition for the Nucleo F401 and F303.
Both declare:
HardwareSerial Serial2(PA1, PA0);
while there is no U(S)ART on those pins
The text was updated successfully, but these errors were encountered: