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-20 08:07 AM
Hi,
I solved the problem and I programmed it on Arduino IDE.
In Arduino IDE:
1. Choose the board type as "Generic STM32F103Z series"
2. In variant option select "STM32F103ZE"
3. Upload method, select "Serial"
4. CPU speed ""72MHz"
5. Optimized "Smallest"
6. Select the required COM port
7. Keep boot1 set to GND
8. Reset the board
9. Then program blink example
But what if I want to program it with Cube IDE, is that possible now ? I think I have to change the bootloader, am I right ?