2023-12-14 06:18 AM
Hi,
I have a STM32_Smart board with ST32F103C8T6, running Win10 and Win7.
I am trying to upload Arduino programs using the serial usb COM port.
I used ST-link V2 to upload the STSW-LINK009 (BTO=1) which enabled the USB as a COM port, and I can read the comments sent by the loaded program from the COM port.
To upload an Arduino program with the COM port, I set the Arduino IDE board to "Generic STM32F1", part: "Generic F103C8T". The COM port opens, but I get an error:
"Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration".
Have tried many port configuration, but for no avail.
Can anyone show a working setup that will enable Arduino on the STM32_Smart?
2023-12-14 10:43 PM
Solved by installing another driver.
Followed the instructions by Aswinth Raj in:
Programming STM32F103C8 Board using USB Port
Works fine with STM32_smart, thanks.