`stm32f4` logo

`stm32f4`

Free

[![crates.io](https://img.shields.io/crates/v/stm32f4.svg)](https://crates.io/crates/stm32f4)

FreeFree tier
Type
Open Source

About `stm32f4`

The stm32f4 crate is a Rust peripheral access API (PAC) for STM32F4 microcontrollers, part of the rust-embedded ecosystem. It provides safe, low-level register mappings and hardware abstractions for embedded development.

Key Features

Low-level register access
Peripheral abstraction layer
Part of the rust-embedded ecosystem

Pros & Cons

Pros
  • Free and open source
  • Part of a well-maintained ecosystem
  • Safe Rust abstractions
Cons
  • Only supports STM32F4 series
  • Requires Rust embedded toolchain knowledge

Best For

Embedded systems developmentSTM32F4 microcontroller programmingBare-metal or RTOS-based firmware