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§
- delay
- Delays
- dma
- DMA abstractions
- flash
- Flash memory (untested for STM32F429!)
- gpio
- General Purpose Input / Output
- i2c
- Inter-Integrated Circuit (I2C) bus
- i2s
- I2S bus
- rcc
- Reset and Clock Control
- spi
- Serial Peripheral Interface (SPI) bus
- time
- Time units
- timer
- Timers
- udid
- Reading the Unique Device ID register
- watchdog
- Watchdog peripherals