Skip to content
/ blinky Public

A Rust "Hello, World!" for the STM32F411CEUx.

Notifications You must be signed in to change notification settings

pgold/blinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blinky

A Rust "Hello, World!" for the STM32F411CEUx.

Generated using cortex-m-quickstart:

$ cargo generate --git https://github.com/rust-embedded/cortex-m-quickstart

Dependencies

To build you'll need a cross-compilation toolchain supporting the thumbv7em-none-eabihf target. To install it using rustup, run:

$ rustup target add thumbv7em-none-eabihf

Building and Flashing

To build:

$ cargo build --release

To flash:

$ cargo flash --chip stm32f411CEUx --release

In order to use the cargo-flash command, it must have been previously installed. To install it, run:

$ cargo install cargo-flash

Tested Hardware

This code has been successfully tested on the following board:

About

A Rust "Hello, World!" for the STM32F411CEUx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published