Tool/software: Code Composer Studio
Hello everyone,
I read about interrupts and watched the TI training videos about them, but there is one thing I don't understand. I know that interrupts are less power consuming but are they actually faster.
For example, If I use them in measurement projects will I get better accuracy at my measurements.
Also, i have one more side question, on the forums and on some TI example codes i saw this line of code: IFG1 & WDTIFG for example if (IFG1 & WDTIFG) { do something} etc. and i just can't wrap my head around it.
I would appreciate it and thank you for answering my other questions this forum really helped me with a lot of things i didn't understand.