Posted on January 18, 2013 at 07:05Try to wrap piece of code to debug with DisableInterrupts() - EnableInterrupts(). Step by step execution works fine when interrupts are disabled. That's why some part of your code works, and some did not. Sorry if ...