Skip to main content
Vmere.1
Associate III
January 5, 2022
Solved

I am not able to see STM Cube Programmer com port?

  • January 5, 2022
  • 1 reply
  • 806 views

0693W00000HqfdfQAB.pngI want to flash my software to STM32 and I want to see the com port.

So I went to device manager and I found out this

0693W00000HqfenQAB.pngWhat should I do here?

This topic has been closed for replies.
Best answer by TDK

If you are using the SWD connection, you should put "SWD" there. It is not a COM port.

Usage :
STM32_Programmer_CLI.exe [command_1] [Arguments_1][[command_2] [Arguments_2]...]
 
Generic commands:
 
 -?, -h, --help : Show this help
 -c, --connect : Establish connection to the device
 <port=<PortName> : Interface identifier. ex COM1, /dev/ttyS0, usb1,
 JTAG, SWD...)

1 reply

TDK
TDKBest answer
Super User
January 5, 2022

If you are using the SWD connection, you should put "SWD" there. It is not a COM port.

Usage :
STM32_Programmer_CLI.exe [command_1] [Arguments_1][[command_2] [Arguments_2]...]
 
Generic commands:
 
 -?, -h, --help : Show this help
 -c, --connect : Establish connection to the device
 <port=<PortName> : Interface identifier. ex COM1, /dev/ttyS0, usb1,
 JTAG, SWD...)

"If you feel a post has answered your question, please click ""Accept as Solution""."
Vmere.1
Vmere.1Author
Associate III
January 16, 2022

Thank you very much. It worked. (Sorry for very late reply)