Skip to content

A set of demos of using a CortexM0 board to drive various peripherals.

Notifications You must be signed in to change notification settings

andy31415/rust-cortex-m0-demos

Repository files navigation

Repository information

A Program demo running on a Cortex-M0. Sample boards available for example at AliExpress search for STM32F030C8T6

Current branch information

This is a starter project, just changed for:

  • Setup to compile on CortexM0
  • Setup to use probe-run
  • Output log information via RTT (see rtt-target for docs)
  • Blink the onboard LED

Project base

This project is based on the cortex-m-quickstart example changed to compile for a thumbv6m-none-eabi target.

Dependencies

To build embedded programs using this template you'll need:

$ rustup target add thumbv6m-none-eabi
$ cargo install probe-run

More information

More information found at

About

A set of demos of using a CortexM0 board to drive various peripherals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published