Resolved! Setting IFCR does not clear ISR
I'm using the STM32F103C8T6, and trying to blink my LED via the interrupt handler of a DMA with this code#include <stdint.h> // STM32F103C8 is a medium density device, hence we use the xB header #include <stm32f103xb.h> #if !defined(__SOFT_FP__) && ...