stm32f103
Accessing STM32 AHB-AP with ESP32 and Embedded Rust
Use an ESP32 and Embedded Rust to communicate with an STM32 through SWD. Learn how to power up the debug system, select the AHB Access Port, and verify the connection by reading the AP IDR.
Can You Use ESP32 as SWD Programmer for STM32 with Rust?
Build a simple SWD debug probe with an ESP32 and Rust. Learn how the ARM Serial Wire Debug protocol works, communicate with an STM32 Blue Pill, and read the target’s Debug Port IDCODE.
Blinking an LED on STM32 Blue Pill (STM32F103C8T6) with Embedded Rust
Learn how to blink the onboard LED on the STM32 Blue Pill (STM32F103C8T6) using Embedded Rust and the stm32f1xx-hal crate. We also introduce GPIO, the PAC and HAL, and the basics of controlling digital outputs.