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 STM32?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 1:21 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 3:33 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 3:33 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-04 10:18 AM
Thank you
