Skip to main content
APhuc.1
Associate II
September 24, 2021
Solved

How is Usart2 (PA2,PA3) working on STM32F103 Nucleo64 ?

  • September 24, 2021
  • 1 reply
  • 1749 views

Hi,

After i remove the two 0Ω resistors (SB13 and SB14) by soldering iron, and then solder them onto SB62 and SB63 respectively, what can i do to used Usart 2 for ARDUINO interface? Thank

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

Welcome, @APhuc.1​, to the community!

SB13 and SB14 connect USART2 to the ST-LINK so that you can VCP (Virtual COM Port) via USB.

If you remove SB13/14 and instead close SB62/63, you no longer have this possibility, but USART2 on D0 and D1 (CN9, pin 1 and 2) at the ARDUINO connector. The USART2 can then be used like any USART, more detailed information can be found in your development environment.

For more information see the user manual of the NUCLEO-64, UM1724, section 6.8.

Good luck!

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

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
September 24, 2021

Welcome, @APhuc.1​, to the community!

SB13 and SB14 connect USART2 to the ST-LINK so that you can VCP (Virtual COM Port) via USB.

If you remove SB13/14 and instead close SB62/63, you no longer have this possibility, but USART2 on D0 and D1 (CN9, pin 1 and 2) at the ARDUINO connector. The USART2 can then be used like any USART, more detailed information can be found in your development environment.

For more information see the user manual of the NUCLEO-64, UM1724, section 6.8.

Good luck!

If the problem is resolved, please mark this topic as answered 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.