blog.soch.cc

Writings tagged "microcontroller"

6th November, 2026

Fastest GPIO Read Speed on STM32F103 (Tight Loops vs DMA)

Running 4 benchmarks to measure the clock cycles it takes to perform a GPIO burst read.

3rd November, 2026

How to brick (and prevent bricking) an STM8

There's an option bit on the STM8S001J3 that, when enabled without precaution, bricks the chip.

7th October, 2026

Programming AVR chips with an Arduino

A quick reference guide programming any AVR microcontroller using any Arduino as an ISP.