Support package for the Nucleo-f401re board.

How to use 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-rtfm

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

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