STM32: programming (STM32F1 STM32F4) via USB with HID boot-loader – 3
We’ll learn how to add HID bootloader to our STM32 device. This bootloader is driverless (no USB drivers needed, even on Windows) for STM32F10x and STM32F4xx devices.
The program that manages the boot of the device.
We’ll learn how to add HID bootloader to our STM32 device. This bootloader is driverless (no USB drivers needed, even on Windows) for STM32F10x and STM32F4xx devices.
STM32duino-bootloader is created for STM32F103 boards to use with the Arduino_Core_STM32 repo and the Arduino IDE; very useful to program the microcontroller directly via USB.