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
Copy file name to clipboardExpand all lines: f3discovery/src/11-usart/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ If you have a newer revision of the board and are using the on-board USB <->
18
18
Serial functionality then the `auxiliary` crate will set pin `PC4` as the TX
19
19
line and pin `PC5` as the RX line.
20
20
21
+
If you had previously connected the PC4 and PC4 pins in order to test the [loopback functionality](../10-serial-communication/loopbacks.md) in the previous section,
22
+
make sure to remove that wire, or the upcoming serial communication will fail silently.
23
+
21
24
Everything is already wired on the board so you don't need to wire anything yourself.
22
25
You can move on to the [next section](send-a-single-byte.html).
0 commit comments