2022-01-18 09:31 AM
This is the board picture:
I bought it from Aliexpress, I tried to connect it to Arduino IDE but didn't connect.
There are two boot pins, how to use them ? What should I do exactly ?
On the device manager, it displays this message:
Solved! Go to Solution.
2022-01-19 01:08 PM
On the F1 with BOOT0=1, BOOT1=0 you should be able to get a USB device on the primary USB connection. For there USB/DFU mode on STM32 Cube Programmer
2022-01-18 11:02 PM
With BOOT0 low you should be able to connect and program via STM32 Cube Programmer in COM port UART mode.
Alternatively get an ST-LINK and connect via the 20-pin JTAG connector.
2022-01-19 07:01 AM
I tried but I couldn't, I pulled boot0 to GND.
I get this message:
I don't have ST-LINK. I really would like to use it normally with the USB cable.
There's already an example LED BLINK of PE0 and PE1 code running when I connect the board through USB-232 to the USB cable.
2022-01-19 08:28 AM
Update:
I found this video which solved the driver issue.
Now the board is displayed correctly in the device manager.
2022-01-19 08:32 AM
Also in regard to the Cube IDE, I can't use the serial connection as the methods requires external programmers.
2022-01-19 08:34 AM
Right you DON'T have an ST-LINK, you're not going to be able to interactively do debugging and downloading from the IDE without one, or another JTAG/SWD pod
You'd need to use STM32 Cube Programmer in UART/COM Mode with the serial connection, if your other USB connector (the one not connected to the Prolific chip) connects directly to the STM32, it might come up in the system loader and report as a "STM32 BOOT LOADER" type USB device, which you can then connect in STM32 Cube Programming in USB/DFU mode.
If you want boards with built-in ST-LINK you'd need to be buying DISCO or NUCLEO boards.
2022-01-19 09:47 AM
The other usb isn't working and as soon as I connect the board with this usb port Windows 10 issues the error "USB device not recognized".
I think I only have the solution of the usb-232. But until now I haven't get any successful programming method .. still searching.
2022-01-19 10:09 AM
I installed the software, but I got this error, with setting boot0 to GND.
2022-01-19 10:32 AM
I want to flash the ST32duino bin to use the board on Arduino IDE from this page:
https://github.com/rogerclarkmelbourne/STM32duino-bootloader/tree/master/binaries
But I don't know which file to download and also the board can't be connected to the PC.
2022-01-19 11:19 AM
Setting boot1 to GND I got this: