nucleo-f401re

Crates.ionucleo-f401re
lib.rsnucleo-f401re
version0.4.1
sourcesrc
created_at2018-10-11 11:20:55.770548
updated_at2020-06-27 08:10:53.064867
descriptionBoard Support crate for the STM32 NUCLEO-f401RE development board
homepage
repositoryhttps://github.com/jkristell/nucleo-f401re
max_upload_size
id89227
size77,704
Johan Kristell (jkristell)

documentation

README

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

Commit count: 82

cargo fmt