Skip to content

IvanLi-CN/stm32-hal-stm32g031g8ux-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32-HAL quickstart for STM32G031G8Ux

This repo provides a starting point for new STM32-HAL projects. It's based on the Knurling app template.

Now, it's modified to be adaptable to STM32G031G8Ux. Based on the stm32-hal-quickstart1 project.

Quickstart

  • Install Rust.
  • Install the compilation target for your MCU. For example: rustup target add thumbv6m-none-eabi.
  • Install flash and debug tools: cargo install flip-link, cargo install probe-run.
  • Clone this repo: git clone git@github.com:IvanLi-CN/stm32-hal-stm32g031g8ux-quickstart.git
  • Connect your device. Run cargo run --release to compile and flash.

About

Quickstart for STM32G031G8Ux + stm32-hal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%