I am using nucleo-G431RB the stm32 virtual com port does not appear in the device manager it shows only the stlink virtual com port so the terminal does not display anything .what should i do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 2:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 3:02 AM
Essentially, it's the same question you've already asked here.
If you see ST-LINK in the Device Manager, at least the connection from the UART pins of the STM32G431RB via the ST-LINK to the host computer is OK.
The fact that you don't see anything on the terminal is simply because you are not sending anything from the target (the STM32G431RB). To get familiar with how to set this up, you should read e.g. this or that thread where it has already been discussed.
Hope that helps?
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 3:42 AM
,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-08 3:42 AM
Hi mr.Peter
i am not using UART ,i use USB_Device with CDC_Transmit_FS function thing.
