DMA fails to complete (STM32F303x)
Posted on November 12, 2015 at 10:26This is a rather complex problem. I have an interrupt routine running under the systick handler with a period of 10mS. Within this I do 4096 reads of ADC3 via DMA2_Channel5, which works fine. Single shot modeThe p...