Skip to main content
AA CH.1
Associate
January 3, 2022
Solved

During the time of interfacing, the ESP12E with STM32F103C8T6, I made a mistake that, I have connected the TX pin of ESP12E to the TX pin(PA2) of stm32f103c8t6 and the same for PA3( RX pin). Can I swap the functions of PA2 and PA3 while programming S

  • January 3, 2022
  • 1 reply
  • 807 views

..

This topic has been closed for replies.
Best answer by Peter BENSCH

Welcome, @AA CH.1​, to the community!

No, the STM32F103 cannot swap RX and TX pins on the USART2. Newer families already offer this feature, e.g. the STM32G431.

Good luck!

If the problem is answered, please mark this topic by selecting Select as best. This will help other users find that answer faster.

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
January 3, 2022

Welcome, @AA CH.1​, to the community!

No, the STM32F103 cannot swap RX and TX pins on the USART2. Newer families already offer this feature, e.g. the STM32G431.

Good luck!

If the problem is answered, please mark this topic by selecting Select as best. This will help other users find that answer faster.

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
AA CH.1
AA CH.1Author
Associate
January 4, 2022

Thank you