Page 1 of 1

Is interrupt affect ADC process

Posted: Sat Oct 15, 2011 9:16 am
by allpicproject
Hi,

Let say I use ADC n Interrupt in a program/flowcode.

if interrupt occur during the ADC process, is the final ADC result been affected by interrupt ? as when interrupt happen/trigger, other program will be put on hold/stack and the interrupt run interrupt routine until the interrupt routine finish and then return to previous state (before interrupt) and continue the ADC process.

Or it's different for ADC process ?

Tq
Zuki.

Re: Is interrupt affect ADC process

Posted: Mon Oct 17, 2011 10:31 am
by Benj
Hello,

The ADC sample process is a hardware based event and once started will not be effected by interrupts etc.