2022-08-29 05:01 PM
Hi, I have an issue with CubeIDE and ST-LINK.
I'm trying USART communication with STM32F0F4, I write code and debug but I don't get COM Port. In device manager there is no port showing. I installed st-link009.
In CubeIDE, i tried both St-Link GDB Server and OpenOCD for debug probe but didn't work.
I using Tera Term for COM Port connection, ST-Link not showing.
Solved! Go to Solution.
2022-08-29 05:20 PM
The stand alone ST-LINK/V2 do NOT provide you with a serial port.
You'd need an ST-LINK/V2-1 like those on the DISCO and NUCLEO boards, or the newer ST-LINK/V3
2022-08-29 05:20 PM
The stand alone ST-LINK/V2 do NOT provide you with a serial port.
You'd need an ST-LINK/V2-1 like those on the DISCO and NUCLEO boards, or the newer ST-LINK/V3
2024-06-10 01:02 PM
but i too even though i have the stm32f411 discovery board i can run code etc,my st link works i can debug but in my device manager it doesn't show me the com port and i can't use uart and terra term ???why is that how can i resolve it ??????
2024-06-10 01:14 PM
If you look at the schematic for the discovery board, it doesn't have VCP. The only option is to use a USB to Serial adapter and connect to your UART pins.
Or you can use a Nucleo board that which does have VCP. https://www.st.com/en/evaluation-tools/nucleo-f411re.html
2024-06-10 01:15 PM
Probably because is has an ST-LINK/V2 and not an ST-LINK/V2-1, and doesn't have the VCP wired to anything? The original STM32F4-DISCO series came out just before mbed was supported.
You'd need to get a newer board instead of the DECADE+ stuff?
Say a NUCLEO-144 design?