Skip to content

Commit

Permalink
FIX: UART1 RTS/CTS limitations description
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Jun 11, 2021
1 parent 7c924c6 commit 8d1837c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ board works with your computer, don't bother fixing it.
* Built-in command shell for device parameters configuration;
* No external dependencies other than _CMSIS_;

(1) _UART1_ does not support hardware flow control because _RTS_/_CTS_ pins
(_PA12_, _PA11_) are used for _USB_ communication and cannot be remapped.
If you need hardware flow control, use _UART2_ or _UART3_.
(1) _UART1_ does not support _CTS_ because it is occupied by USB (_PA11_)
and cannot be remapped. _RTS_ can still be used.

## Donations

Expand Down

0 comments on commit 8d1837c

Please sign in to comment.