STM32F103 ADC: accidental trigger if CR2 value does not change after a write
I'm writing a small HAL of my own for the STM32F1 and I noticed that sometimes the DMA would read in the wrong order for seemingly no reason. After several tests, I came up with this code: const std = @import("std"); const microzig = @import("microzi...