Black Pill F411¶
lbuild config: modm:black-pill-f411
STM32F411CEU "Mini-F411" Minimum System Development Board
Cheap and bread-board-friendly board for STM32F411 series. Sold for less than 5 USD on Aliexpress. Attention: There are two variants: Mini-F411 and the cheaper Mini-F401.
https://stm32-base.org/boards/STM32F401CEU6-WeAct-Black-Pill-V3.0
Programming¶
Since the board has no St-Link programmer on the board,
you must use DFU (Device Firmware Update (via USB)) to program the board.
A DFU command is integrated into the modm:build:scons
tool and can be called as follows:
scons program-dfu
Configuration¶
<library>
<options>
<option name="modm:target">stm32f411ceu6</option>
</options>
<modules>
<module>modm:board:black-pill-f411</module>
</modules>
</library>