cancel
Showing results for 
Search instead for 
Did you mean: 

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

Vmere.1
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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".

View solution in original post

2 REPLIES 2
TDK
Guru

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".

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