??? 02/07/05 17:05 Read: times |
#86777 - Divide and conquer Responding to: ???'s previous message |
Time to debug
Do 1 thing at a time. Is the problem wih the timer or the memory fetch. Write some debug code where you just put values in the timer. Make sure that works. Then if that is not the problem move to the table. Maybe send the bytes out the serail port to insure they are correct. If you trainer has a debugger , use breakpoints. Finding and fixing bugs is half the job. In fact I am going to look for one right now. |