CoretechR / ZeroBug

DIY Hexapod Robot
https://hackaday.io/project/180534
GNU General Public License v3.0
239 stars 49 forks source link

Programming the STM32 #8

Closed weizhuowang closed 8 months ago

weizhuowang commented 8 months ago

Thanks for open sourcing the project! I see that the STM32F103 is using Arduino code. I wonder what is the best way to send the bootloader to mcu so that it accepts flashes from USB port?

CoretechR commented 8 months ago

Hi, I wrote some instruction for another project that uses the STM32F103: https://github.com/CoretechR/Keybon Maybe this will help you already.