2022-08-02 10:21 PM
2022-08-02 11:15 PM
Already made wire connections but It was not recognized as a Virtual COM Port in Device Manager.
Could it be that this device does not allow serial communication using TeraTerm or similar?
2022-08-02 11:26 PM
Have you upgrade the ST-LINK firmware uisng STM32CubeProgrammer or such? The tool should state the link type: Debug+MSC+VCP
hth
KnarfB
2022-08-02 11:34 PM
Yes.
Already upgraded.
2022-08-02 11:52 PM
Maybe you have the old STM32F4DISCOVERY and not a STM32F407G-DISC1?
running out of ideas
KnarfB
2022-08-02 11:57 PM
Yes.
I have STM32F407V"E"T6, not STM32F407VGT6(F407G-DISC).
I can write a program to the microcontroller and blink LEDs, etc., but UART communication (VCPs such as COM4 and COM5 do not appear in the device manager) is not possible using Teraterm, etc.
2022-08-03 12:08 AM
Okay. Footnote on page 12 of UM1472 Rev 7 states that VCP does not apply to that board. They have probably changed the ST-LINK chip. You can add an external UART to USB adapter (FT232).
hth
KnarfB
2022-08-03 12:12 AM
Does this mean that this device will not allow UART communication with a PC without an additional USB adapter(FT232)?
2022-08-03 12:58 AM
This
JW
2022-08-03 01:02 AM
Understood.
Thank you very much.