Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 28044

Re: ADuC706x using both primary and auxiliary ADC in continuous mode problem

$
0
0

From reply MMA - I understand what:

If both ADC enable what interrupts at the same time, then you will can do it:

 

#define  BSP_IRQ_ADC      10 

 

if(IRQSTATUS & (1<<BSP_IRQ_ADC)){ // interrupt to ADC   

     ulADC1Result = ADC1DAT; // Read ADC1         

     ulADC0Result = ADC0DAT; //Read ADC0

 

But ADC0DAT need read last, else you will not get ulADC1Result.


Viewing all articles
Browse latest Browse all 28044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>