??? 01/12/06 18:05 Read: times |
#107184 - Good point Responding to: ???'s previous message |
Erik Malund said:
Craig posted: "This will allow you to verify that the interrupt is functioning as expected"
I posted: "that will allow you to debug the BCD and LCD routines separately." We agree is divide an conquer, it does not matter which part you attack first, my choice usually is to attack the part that require the least effort to separate. True enough. My logic was that he already is writing to the LCD successfully and, if he has a LED, a CLR bit instruction added to the interrupt is pretty simple. But like you said, the main message here is divide and conquer. Either way, the solution (or at least thst problem) should become readily apparent. Of course, dumping data to the serial port is always one of the first things I do. Regards, Craig Steiner |