Skip to main content
anes
Visitor II
September 19, 2014
Question

The importance of DMA for ADC

  • September 19, 2014
  • 2 replies
  • 624 views
Posted on September 19, 2014 at 10:11

Hello,

I am wondering what's the utility of using the DMA when getting informations from ADC IP. Thank you.

Best regards

#adc #dma
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 19, 2014
Posted on September 19, 2014 at 14:15

Well it saves the processor from being saturated by interrupts in high conversion count/rate applications.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Chris1
Associate II
September 19, 2014
Posted on September 19, 2014 at 18:38

Also, the CPU can be fully available to service other system responsibilities while the ADC is repeatedly sampling some signal, for example.