Hi There,

I am using " @ SLEEP" and processor wakes up when Int RB0 pin goes high.
After the wake up, my lcd is behaving weird.

If I use, DT's instant interrupt, it works as expected; if I only use Int flag and intcon enable bit to go to sleep and wake up from there, then I get LCD issue.

What register should I take care of?
Before getting into sleep, I used "CLEAR" but this time, RB0 int pin does not see 1 or 0. Like it is not even an input pin.

Thank you.