STM32duino-bootloader
STM32duino-bootloader copied to clipboard
Bootloader for STM32F103 boards, for use with the Arduino_STM32 repo and the Arduino IDE
I have already flashed the bootloader in the chip and it is seen by my computer as maple mini comport. It works fine in Arduino IDE. Should I flash the...
Hello! I am trying write **generic_boot20_pc13.bin** to my STM32F103C8T6 board by ST-LinkV2: ``` st-flash --reset write generic_boot20_pc13.bin 0x08000000 ``` After push Reset, the board showing in **dmesg**: ``` [25760.232130] usb...
Hi, I have this board:  I found this video, and thought maybe this method would work to flash the board. I downloaded these software: 1. STM32 Flash Loader 2....
Usb-serial example from https://github.com/stm32-rs/stm32f1xx-hal loaded by STM32duino-bootloader can't bring up usb. The firmware loaded by internal bootloader or by patched STM32duino-bootloader works correct. The patch was tested on bluepill board...
`make ` creates `bootloader_only_binaries/.bin` by including `boards/.mk`. `make all` runs `make ` for every board in the `boards/`. This dramatically simplifies the makefile and makes it much easier to maintain...
The Error is in conjunction with "STM32 Core 1.8.0" by loosing serials after reset. But with Rogers Core USB is definitely functional after applying Reset. Also with older Leaflaps bootloader....
1. add build section for yehuo znz (野火指南者开发板), * user button pin K1/PA0 , press on state 1 * LED_PIN is pb0 , state 0 make it bright green *...
I'm using an STM32F103C8 Bluepill with this bootloader and I can install, say, [QMK keyboard firmware](https://github.com/qmk/qmk_firmware) over USB and it works: first I flash the bootloader and then I install...
Hi! I am trying to write bootloader with my scetch for STM32F103CB using updater_stm32f1.ino. I take bootloader generic_boot20_pc13.bin and combine it with my scetch blink.ino.bin with tool mergesketch.exe. Then in...
I flashed "generic_pc13" bootloader version. After I plug usb into my PC I see one LibUSB device - MapleDFU. I see nothing COM ports, and cant download my sketch, what...