2023-02-27 07:20 AM
The program can't find any ST-Link connections:
But I can use the STM32CubeProgrammer to flash my board via ST-Link/V2 SWD.
Could you please help me to figure out what is missing?
I need to write a program to flash the board and I can't even see it! Please help.
Thank you.
Solved! Go to Solution.
2023-02-27 07:54 AM
The ST-LINK is using the SWD interface, the "USB" connectivity is looking for STM32 directly connect via USB, either in Boot Loader mode, or with DFU Device Firmware.
STM32_Programmer_CLI -c port=swd
2023-02-27 07:54 AM
The ST-LINK is using the SWD interface, the "USB" connectivity is looking for STM32 directly connect via USB, either in Boot Loader mode, or with DFU Device Firmware.
STM32_Programmer_CLI -c port=swd
2023-02-27 08:47 AM
OMG... Of course!!!
I did not know that parameter. I need to improve my skills by looking for information in the manuals. Thank you very much.