Skip to content

ER-hamed/stm32f103c8t6-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 Rust on STM32F103C8T6 Template

This repository provides a ready-to-use template for running Rust projects on the STM32F103C8T6 microcontroller.

📋 Specifications

  • Programming Language: Rust 🦀
  • Target Hardware: STM32F103C8T6 (Blue Pill)
  • Development Environment: Based on embedded-hal

🚀 Features

  • Initial configuration for STM32F103C8T6
  • RTT support for debugging
  • Cargo.toml with initial settings and dependencies

🛠️ Prerequisites

🔧 How to Use

  1. Clone this repository:
git clone https://github.com/ER-hamed/stm32f103c8t6-template.git && cd stm32f103c8t6-template
  1. Build the project:
cargo build --release
  1. Flash binary to the microcontroller:
cargo run --release

📁 Project Structure

.    
├── src/
│   └── main.rs
├── Cargo.lock
├── Cargo.toml
├── embed.toml
├── memory.x
└── README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages