Skip to main content
Ruggs
Associate
December 30, 2025
Solved

STLINK-V3-MINIE UART weirdness

  • December 30, 2025
  • 2 replies
  • 526 views

Hello all and happy holidays,

 

I am having a bit of weirdness going on.

 

I have setup UART using stm32 HAL, confirmed it is working properly by stepping through (using an STLINK-V3-MINIE) as well as confirmed data is on the wire with a logic analyzer as well as a scope.

 

Furthermore, I have also run a loopback test to assure the com port is working for the V3-MINIE.

 

Despite this, I still can't get transmission to show up in my serial terminal (I did receive the message once but I beleive it was in a GDB session and I have not been able to replicate it since).

 

Any suggestions for anyone who has run into a similar issue with this device (for context I am using an STM32F411CEU6 black pill board)? I can provide any extra context where needed but I have run through the motions and still cannot seem to come to a solution.

 

 

Best answer by Ruggs

Resolved. Everywhere I have read that you should cross the wires (makes sense right) for TX and RX (TX to the RX on the STLINK and vice-versa). 

 

I swapped them (TX TO TX and vice-versa) and it started printing in tera term. Haha.

 

I tried this last night and I didn't get anything printing. Weird. 

2 replies

TDK
Super User
December 30, 2025

What terminal program are you using? Some terminal programs don't show output until you send a newline.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Ruggs
RuggsAuthor
Associate
December 30, 2025

I am running Tera Term (I've also tried PuTTY with the same result and double checked all terminal settings).

Andrew Neil
Super User
December 30, 2025

Do you have another USB-to-UART converter to try?

Do you have a genuine ST board to try?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Ruggs
RuggsAuthor
Associate
December 30, 2025

I think it also could have been that I was using USB C to C cable for the STLINK when I tried to swap the wires previously (I read that it requires a USB A to C cable in the documentation earlier so swapped it).