Skip to main content
KEdwa.1
Visitor II
January 7, 2021
Solved

Swappable Tx/Rx pin configuration ?

  • January 7, 2021
  • 1 reply
  • 2530 views

The STM32F777 has a bullet under Section 2.25 [U(S)ART] :

Swappable Tx/Rx pin configuration

Where can I find more detailed information on Swapping the Tx/Rx pin configuration for a UART ?

This topic has been closed for replies.
Best answer by TDK

The reference manual is usually the best source of detailed information:

https://www.st.com/resource/en/reference_manual/dm00224583-stm32f76xxx-and-stm32f77xxx-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf

Take a look at the SWAP bit in the USARTx->CR2 register.

0693W000006Hm6eQAC.png

1 reply

TDK
TDKBest answer
January 7, 2021

The reference manual is usually the best source of detailed information:

https://www.st.com/resource/en/reference_manual/dm00224583-stm32f76xxx-and-stm32f77xxx-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf

Take a look at the SWAP bit in the USARTx->CR2 register.

0693W000006Hm6eQAC.png

"If you feel a post has answered your question, please click ""Accept as Solution""."