Crates.io | nucleo-f401re |
lib.rs | nucleo-f401re |
version | 0.4.1 |
source | src |
created_at | 2018-10-11 11:20:55.770548 |
updated_at | 2020-06-27 08:10:53.064867 |
description | Board Support crate for the STM32 NUCLEO-f401RE development board |
homepage | |
repository | https://github.com/jkristell/nucleo-f401re |
max_upload_size | |
id | 89227 |
size | 77,704 |
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
This repository is based on https://github.com/therealprof/stm32f407g-disc