Crate stm32f429_hal

source ·
Expand description

HAL for the STM32f429 family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32f429 family of microcontrollers.

Usage

To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the “rt” Cargo feature of this crate.

Examples

Examples of using these abstractions can be found in the documentation of the f3 crate.

Re-exports

pub extern crate stm32f429;

Modules

Delays
DMA abstractions
Flash memory (untested for STM32F429!)
General Purpose Input / Output
Inter-Integrated Circuit (I2C) bus
I2S bus
Reset and Clock Control
Serial Peripheral Interface (SPI) bus
Time units
Timers
Reading the Unique Device ID register
Watchdog peripherals