Support for the WeAct-F411CE Board. More...
Support for the WeAct-F411CE Board.
WeAct-F411CE is a board with the same form-factor as the blue/blackpill, but with an STM32F411CEU6 and a USB-C connector.
It is available on sites like AliExpress for less than 4€.
MCU | STM32F411CE |
---|---|
Family | ARM Cortex-M4F |
Vendor | ST Microelectronics |
RAM | 128KiB |
Flash | 512KiB |
Frequency | up to 100MHz |
FPU | yes |
Timers | 8 (2x watchdog, 1 SysTick, 6x 16-bit) |
ADCs | 1x 12-bit |
UARTs | 3 |
SPIs | 5 |
I2Cs | 3 |
RTC | 1 |
Vcc | 2.0V - 3.6V |
Datasheet | Datasheet |
Reference Manual | Reference Manual |
The device comes with a bootloader that allows flashing via dfu-util
.
If RIOT is already running on the board, you can upload your RIOT-firmware by typing
RIOT will make sure to enter the bootloader automatically.
If RIOT crashed or you have the plain board with the stock firmware, you have to enter the bootloader manually.
There are two buttons on the board labeled BOOT0
and NRST
.
BOOT0
NRST
to reset the CPU while keeping BOOT0
held downThe board will now show up as 0483:df11
- STM32 BOOTLOADER
and will accept firmware using the DFU protocol.
Note:* You need to have write permissions to the device. On Linux you could add yourself to the plugdev
group and store the following as /etc/udev/rules.d/99-weact-f411ce.rules
:
stdio is provided through USB CDC ACM so the board can be used without any extra hardware, save for a USB-C cable.
Files | |
file | board.h |
Support for the WeAct-F411CE Board. | |
file | gpio_params.h |
Board specific configuration of direct mapped GPIOs. | |
file | periph_conf.h |
Peripheral MCU configuration for the WeAct-F411CE Board. | |