rtic/examples/stm32f3_blinky
2023-04-16 13:08:36 +02:00
..
.cargo Split remove old examples 2023-04-16 13:08:35 +02:00
src stm32f3_blinky: update to latest version 2023-04-16 13:08:36 +02:00
Cargo.toml stm32f3_blinky: update to latest version 2023-04-16 13:08:36 +02:00
Embed.toml Split remove old examples 2023-04-16 13:08:35 +02:00
memory.x Split remove old examples 2023-04-16 13:08:35 +02:00
README.md Split remove old examples 2023-04-16 13:08:35 +02:00

STM32F3 RTIC Blink example

Working example of simple LED blinking application for STM32 F303 Nucleo-64 board based on the STM32F303RE chip. Example uses schedule API and peripherials access. This example is based on blue-pill blinky example.

How-to

Build

Run cargo +nightly build to compile the code. If you run it for the first time, it will take some time to download and compile dependencies.

After that, you can use for example the cargo-embed tool to flash and run it

$ cargo +nightly embed

Setup environment, flash and run program

In the Discovery Book you find all needed informations to setup the environment, flash the controler and run the program.