Hi everyone,
I can not exit below loop, what is my problems?
Please help to give a solution.
// clear any oscillator faults
do {
IFG1 &= ~OFIFG;
__delay_cycles(800);
} while (IFG1 & OFIFG);
Thanks in advanced!
Hi everyone,
I can not exit below loop, what is my problems?
Please help to give a solution.
// clear any oscillator faults
do {
IFG1 &= ~OFIFG;
__delay_cycles(800);
} while (IFG1 & OFIFG);
Thanks in advanced!