2022-01-05 07:14 AM
I 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
What should I do here?
Solved! Go to Solution.
2022-01-05 08:13 AM
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...)
2022-01-05 08:13 AM
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...)
2022-01-16 06:45 AM
Thank you very much. It worked. (Sorry for very late reply)