https://github.com/jkristell/nucleo-f401re
Rust BSP crate for the STM Nucleo-F401RE development board
https://github.com/jkristell/nucleo-f401re
Last synced: 2 months ago
JSON representation
Rust BSP crate for the STM Nucleo-F401RE development board
- Host: GitHub
- URL: https://github.com/jkristell/nucleo-f401re
- Owner: jkristell
- License: 0bsd
- Created: 2018-10-09T18:07:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T06:36:09.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:21:57.221Z (about 1 year ago)
- Language: Rust
- Size: 80.1 KB
- Stars: 23
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD.txt
Awesome Lists containing this project
README
[](https://crates.io/crates/nucleo-f401re)
[](https://docs.rs/nucle-f401re)## Support package for the [Nucleo-f401re](https://www.st.com/en/evaluation-tools/nucleo-f401re.html) board.
### Running the examples
1. Clone this repository
#### Run
```
cargo run --example button-interrupt
```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