#board #board-support #nucleo #microcontroller #stm32 #f411re

no-std nucleo-f411re

Board support crate for the STM32 Nucleo-F411RE microcontroller board

1 unstable release

0.1.0 Apr 5, 2020

#8 in #nucleo

0BSD license

5KB

Support package for the Nucleo-f411re board.

How to use the examples:

  1. Clone this repository

  2. Flash blinky or echo example

openocd -f nucleo.cfg -c"program target/thumbv7m-none-eabi/debug/examples/gpio_hal_blinky verify reset exit"
openocd -f nucleo.cfg -c"program target/thumbv7m-none-eabi/debug/examples/serial_hal_blocking_echo verify reset exit"

This repository is based on https://github.com/therealprof/nucleo-f103rb

Dependencies

~53MB
~1.5M SLoC