Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 701 Bytes

STM32F1 Rust quickstart

Based on:

Updated to use stm32f1 and stm32f1xx-hal crates.

Getting started

Requirements:

Starting

Run OpenOCD in a terminal. Depending on the ST-Link used, the command line is something like this:

sudo openocd -f interface/stlink.cfg -f target/stm32f1x.cfg

Start the program through GDB:

cargo run