{"id":68636,"library":"stm32f3xx-hal","title":"STM32F3xx HAL","description":"Provides a hardware abstraction layer for STM32F3 series microcontrollers.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/stm32-rs/stm32f3xx-hal","tags":["stm32","hal","embedded","microcontroller"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nstm32f3xx-hal = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add stm32f3xx-hal","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Peripherals","correct":"use stm32f3xx_hal::pac::Peripherals;"}],"quickstart":{"code":"use stm32f3xx_hal::pac::Peripherals;\n\nfn main() {\n    let dp = Peripherals::take().unwrap();\n    println!(\"Peripherals acquired\");\n}","lang":"rust","description":"Takes the peripheral singleton for STM32F3."},"warnings":[{"fix":"Set target to thumbv7em-none-eabihf and enable features for your specific MCU.","message":"Requires specific target and feature flags","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'abstract':6 'embed':14 'hal':2,13 'hardwar':5 'layer':7 'microcontrol':11,15 'provid':3 'seri':10 'stm32':12 'stm32f3':9 'stm32f3xx':1","created_at":"2026-06-17T17:52:09.303225+00:00","updated_at":"2026-06-17T17:52:09.303225+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stm32-rs/stm32f3xx-hal","github":"https://github.com/stm32-rs/stm32f3xx-hal","docs":"https://docs.rs/stm32f3xx-hal/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}