Associate II
November 6, 2019
Question
UART message on STM32 IoT node doesn't show up on virtual terminal.
- November 6, 2019
- 6 replies
- 2868 views
I am playing around with the STM32 IoT node discovery kit, came across this strange behavior while using USART. When only LED_2 and UART are enabled on CubeMX (using SMT32CubeIDE btw) and simple blink(toggle) and a USART message is sent and it doesn't show up on terminal (TeraTerm) although the toggle works fine according to delay set. However on the debugger i can see UART_Transmit function working fine and returns HAL_OK. I am not sure why the message doesn't show up on terminal.
But when i enable all default pin and configurations the message does seem to appear on terminal.
Any idea/help is much appreciated. Attached the sample code below.
