2021-09-23 08:06 PM
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
Solved! Go to Solution.
2021-09-24 02:36 AM
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
2021-09-24 02:36 AM
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