??? 03/16/05 22:34 Read: times |
#89818 - Shared Data Problem Responding to: ???'s previous message |
Nick Robinson said:
This happens over DAYS of normal (busy) operation. It's very rare, but causes a the timer to stop and our code to lock! The period of time over which this occurs leads me to suspect you may be suffering from the classic shared data problem. Is there anywhere in you code where a variable is shared between and interrupt routine and the main code? If there is, and changes to it are not made atomically then it could explain your problem. Ian |