Solved
Bidirectional Serial Communication with ST-Link (USART2) using FreeRTOS on NUCLEO Boards
- September 12, 2025
- 3 replies
- 1265 views
The integrated ST-Link debugger/programmer on STMicroelectronics NUCLEO boards is widely appreciated for its ability to output messages to a serial port, enabling easy debugging and communication with host PCs. However, setting up the board to not only send but also receive commands from PC-based applications such as Tera Term requires additional programming effort. This guide will walk you through the steps to implement bidirectional serial communications, allowing your NUCLEO board to interact dynamically with your computer.
