2021-04-13 04:50 AM
2021-04-13 05:12 AM
Hello,
is it a custom board ? or an ST board ?
Maybe you simply need to install the ST-Link drivers:
2021-04-13 05:42 AM
it's an ST board.
i wanna know if the usb st-link and the usb user on the STM32F3 must be the two of them related to the pc or not
2021-04-13 05:56 AM
To start with your board, you'll see the debug port and virtual COM port on the USB ST-LINK port.
Please check on ST website whether there is a user manual for the board you have.
2021-04-13 06:12 AM
Sounds like the STM32F3-DISCO, it has two connectors.
To use the USER one you'd need to build a USB Device CDC/VCP
To use the ST-LINK/V2 one you'd need to check the schematic/manual to determine the USART and pins envolved.
For the USER one the STM32 code would need to be functioning correctly otherwise Windows will have all kinds of issues with it, its not tolerant.
2021-04-13 07:15 AM
i've send data with uart protocol and wanted to visualize this data with this Realterm software but the com port didn't appear and i've used the ST-Link USB.
and i'm out of solutions right now and i can use some help.
2021-04-13 08:01 AM
Show what you've actually coded, the USART used, and the pins.
2021-04-13 08:11 AM
nothing it's just a simple code that i want from it to visualise what i just send with the realterm software but the com won't appear