??? 02/05/06 20:53 Read: times |
#109248 - ISR reources Responding to: ???'s previous message |
You can do pretty well anything in the ISR in this case, because nothing else is doing anything at all - the whole code executes faster than a human can take their finger OFF the stop button. On a very basic 12 meg clocked 8052 you can do 19,000 instructions in the interrupt and not miss the next one.
You could (pace Neil) update the display out of the ISr, but I wouldn't bother here. Steve |