Expand description

HAL for the STM32F30x family of microcontrollers

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

Requirements

This crate requires arm-none-eabi-gcc to be installed and available in $PATH to build.

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 proving-ground repo.

Modules

Bit banding

Delays

Peripheral access API for STM32F303 microcontrollers (generated using svd2rust v0.19.0 ( ))

General Purpose DMA

External interrupts

Flash memory

General Purpose Input / Output

Inter-Integrated Circuit (I2C) bus

Peripheral access API for STM32F303 microcontrollers (generated using svd2rust v0.19.0 ( ))

Prelude

Pwm

Reset and Clock Control

Serial

Serial Peripheral Interface (SPI) bus

Peripheral access API for STM32F303 microcontrollers (generated using svd2rust v0.19.0 ( ))

SYSCFG Clock Configuration

Time units

Timers