Why am i not able to switch on and off DMA randomly in STM32F051R6T6TR?
i'm trying to sample 40 adc values by using dma which means i have configure adc with dma(interrupt).Time period is also a constrain which means that a value is read after every 500us.After obtaining 40 readings ,i disabled both timer and dma then se...