Posted on July 14, 2008 at 23:25I was wondering whether you got you ISR based I2C communications to work. I have implemented an ISR to track I2C errors. I've been trying to debug this but I am not seeing the issue. Here is my ISR function Code:void ...
Posted on April 25, 2008 at 14:41
I've also discovered that the timing of the generation of the overflow interrupt is completely nondeterministic with regard to the transitioning of the CNTR value from 0xffff to 0x0000. I have seen the interrupt...
Posted on April 25, 2008 at 00:54See the code at the bottom of this message. Note that WaitTimer::ForMicroseconds() is called during non-interrupt time. The problem I see is that there is some time period where the first call to CounterValue() will ...
Posted on January 21, 2008 at 16:36I have found that when debugging on a STR711 I need to step over the USB initialization code. I run to just before the USB initialization, step over the USB initialization, then run again. If I let the debugger run...