Analog to digital converter in dspic33

Status
Not open for further replies.

Tom2

Full Member level 5
Joined
Nov 11, 2006
Messages
318
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,457
I would like to ask what is the different in the use of DMA and without DMA at analog to digital converter in dspic33 ???
 

Processor usage. With DMA the processor doesn't have to do anything - the data will be stored automatically. Without DMA the processor needs to get the ADC data and put it somewhere or do something with it.

Keith
 

DMA is direct data transfor,general I/O data transfer flow is CPU read a byte each time,but when the data is huge,this action will waste much time. So the DMA controller tell CPU I have data to handle,you don't disturb me. When I transfer finish,I will tell you through interrupt.
 
Reactions: Tom2

    Tom2

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…