Skip to content

Minimal rust project for blinking an led of a stm32 blue pill using embassy framework

Notifications You must be signed in to change notification settings

fragrama17/embassy-stm32-test

Repository files navigation

Embassy stm32 blinky test

Based on embassy examples, this project provides a minimal configuration for blinking a stm32 blue pill, thanks to embassy runtime and hardware abstraction layer.

For flashing the firmware, you need an stm32 blue pill connected to a stlink v2 single wire debug probe;

stlink with stm32 blue pill connected to it

then you only need to run the command:

cargo run --release

You will see GPIO B2 and B11 blinking in the opposite direction.

About

Minimal rust project for blinking an led of a stm32 blue pill using embassy framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published