#arm #cortex-m #template #nucleo #stm32f401

no-std nucleo-f401re

Board Support crate for the STM32 NUCLEO-f401RE development board

7 unstable releases (3 breaking)

0.4.1 Jun 27, 2020
0.4.0 May 29, 2020
0.3.0 Apr 4, 2020
0.2.1 Sep 28, 2019
0.1.0 Oct 11, 2018

#397 in No standard library

0BSD license

14KB
57 lines

Support package for the Nucleo-f401re board.

Running the examples

  1. Clone this repository

Flash using Probe.rs

cargo flash --chip stm32f401re --example button-interrupt

Or with cargo embed

cargo embed --release --example button-rtic

If probe fails to flash your board you probably need to update the firmware on the onboard programmer. The updater can be found at: https://www.st.com/en/development-tools/stsw-link007.html

Board properties

  • User led on PA5
  • User button on PC13
  • Serial port through ST-LINK on USART2, Tx: PA2 and Rx: PA3.

This repository is based on https://github.com/therealprof/stm32f407g-disc

Dependencies

~53MB
~1.5M SLoC