stm32f103

  • 17th September 2026

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.

Read more 
  • 6th September 2026

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.

Read more 
  • 5th August 2026

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.

Read more