ADC FIFO conversion speed

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ADC FIFO conversion speed

433 Views
jason_zhang
Contributor III

Hi,

 

I am using the ADC FIFO mode to get 3 anolog channels results.

When continuous conversion and interrupt are enabled, the interval time is about 300uS that can jump to ADC Interrupt.

I want to change the interval time into 1mS by the below method:

 

1. ADC Interrupt enable per 1mS in the timer interrupt.  // ADC_SC1 |= ADC_SC1_AIEN_MASK;

2. ADC Interrupt disable when get out of  the  adc interrupt. //// ADC_SC1 &= ~ADC_SC1_AIEN_MASK;

 

But the interval time is 3mS, could you kindly explain why the speed has been down.

 

MCU:MC9S08PA60

ADC setting: ADC FIFO mode/12-bit conversion/Long sample time/3-level FIFO is enabled

 

Thank you!

Jason

Labels (1)
0 Kudos
0 Replies