Is interrupt affect ADC process

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
allpicproject
Flowcode V4 User
Posts: 36
Joined: Thu Sep 01, 2011 11:10 am
Has thanked: 17 times
Been thanked: 1 time
Contact:

Is interrupt affect ADC process

Post 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.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Is interrupt affect ADC process

Post by Benj »

Hello,

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

Post Reply