- The Embedded Rustacean
- Pages
- Simplified Embedded Rust: STM32 Blog Collection Edition
Simplified Embedded Rust: | ![]() |
Subscribe & Share The Embedded Rustacean Newsletter with one person and get the eBook free!
Already Subscribed?
Want it in print?
Blog Post Style
Based on popular demand, this ebook was created to collect all the STM32 blog posts from The Embedded Rustacean blog in a single resource. The posts are organized by topic to facilitate more straightforward navigation.
⚠️ Please note that this book is merely a curation of blog posts created in the past. Many of the examples can be outdated and might need modifications to work. If you encounter any issues, feel free to submit a Pull Request or Issue on the book examples repo.
Interested in Up-to-Date Resources?
Check out the Simplified Embedded Rust editions for the ESP32s. They are regularly updated to the latest crate versions.
Plug-n-Play Hardware
Forget Wiring Pains and second-guessing your hardware. Simplified Embedded Rust examples for the STM32s are based on the Seeed Studio Grove Ecosystem, making wiring more manageable and less error-prone.
Minimal Setup
All code example templates are available publicly on GitHub on the learn-stm32-rs repository. Install the tools, clone the repository, and run the code!
Book Contents
A Total of 39 Blog Posts & 300+ Pages Covering the Following Topics:
General Insights
HAL-Level Development
PAC-Level Development
Creating Drivers
The Embassy Framework
The FFI Interface