Why is DMA reducing my pulse width?
Posted on August 01, 2013 at 03:43Howdy, So I enabled DMA1, on STM32F103, copying two 32-bit words (set and clear PF.15) from flash to GPIOF->BSRR at 25kHz. I then run this code with all interrupts disabled while(1) { GPIOF->BSRR = 1 << 14;...