Hi everyone,

I'm running PBP 2.47 on a 16F887 and have a problem with a timer0 interrupt.

It seems that if the timer0 interrupt happens during an i2cread the handler doesn't get executed until after the i2cread finishes (I'm concluding this based on looking at pin levels on a scope so am pretty confident about this). Does i2cread either 1) disable interrupts or 2) use timer0?

many thanks,

...rob