STM32F401
Instructions on flashing the STM32F401 microcontroller can be found in this article.
Last updated
Was this helpful?
Instructions on flashing the STM32F401 microcontroller can be found in this article.
Last updated
Was this helpful?
Here are the steps to flash the STM32F401 microcontroller:
Open QMK Toolbox software.
Connect the STM32F401 board to your computer using a USB-C cable.
In the section "MCU (AVR Only)" select the "atmega32u4".
In the "Local file" tab, click "open" to locate the firmware file you want to flash to the microcontroller.
Check the "Auto-Flash" box.
Now it's time to enter the bootloader on the STM32F401 :
Locate the buttons "BOOT0" and "NRST" on the physical microcontroller;
Press and hold the BOOT0 button, do not release;
Quickly click on the NRST button;
Release the BOOT0 button.
Wait for the flashing operation to complete. QMK should display the current status of reading and writing the software.
Unplug the USB cable from the board. Once you plug it back in, the installed program should function properly.
That's it! You have successfully flashed the STM32F401 microcontroller.