Skip to content

Commit e7a6721

Browse files
committed
Clarifying documentation in USART chapter.
1 parent 33299e1 commit e7a6721

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

f3discovery/src/11-usart/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ If you have a newer revision of the board and are using the on-board USB <->
1818
Serial functionality then the `auxiliary` crate will set pin `PC4` as the TX
1919
line and pin `PC5` as the RX line.
2020

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+
2124
Everything is already wired on the board so you don't need to wire anything yourself.
2225
You can move on to the [next section](send-a-single-byte.html).
2326

0 commit comments

Comments
 (0)