I have an application where I need to sample the ADC relatively fast. Fast enough where the interrupt CPU overhead time (vectoring to the ISR and the exiting the ISR) is consuming too much CPU. So the first thought is that DMA is that DMA is the answer. M..
↧