If this variable is qualified as volatile, does that mean it is updated in interrupt context?
And do you remember to take a copy of it with interrupts disabled when you access it in non-interrupt context?
If this variable is qualified as volatile, does that mean it is updated in interrupt context?
And do you remember to take a copy of it with interrupts disabled when you access it in non-interrupt context?