How to program the cz ministm32F103ZET6 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-18 9: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.
- Labels:
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 1: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-20 8:07 AM
Hi,
I solved the problem and I programmed it on Arduino IDE.
- I used Flash loader demonstrator
- Uploaded a bin file from github
- Used RS-232 usb port
- As you mentioned set BOOT0=1, BOOT1=0
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 ?

- « Previous
-
- 1
- 2
- Next »