A Program demo running on a Cortex-M0. Sample boards available for example at AliExpress search for STM32F030C8T6
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
This project is based on the cortex-m-quickstart
example changed to compile for a thumbv6m-none-eabi
target.
To build embedded programs using this template you'll need:
$ rustup target add thumbv6m-none-eabi
$ cargo install probe-run
More information found at
- cortex-m-quickstart documentation
- The embedded rust book
- My example video series on Youtube