Registry / other / stm32f3xx-hal

stm32f3xx-hal

JSON →
library0.10.0rscratesunverified

Provides a hardware abstraction layer for STM32F3 series microcontrollers.

# Cargo.toml [dependencies] stm32f3xx-hal = "0.10.0"
INSTALL
IMPORT
SIG · STM32F3XX-HAL
S
stm32f3xx-hal
otherrustv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Peripherals
use stm32f3xx_hal::pac::Peripherals;

Takes the peripheral singleton for STM32F3.

use stm32f3xx_hal::pac::Peripherals; fn main() { let dp = Peripherals::take().unwrap(); println!("Peripherals acquired"); }
Debug
Known issues
gotchaRequires specific target and feature flags
fix
Set target to thumbv7em-none-eabihf and enable features for your specific MCU.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
stm32f3xx-hal — cargo add stm32f3xx-hal · libregistry