??? 03/02/07 14:01 Read: times |
#134086 - hard-coded Responding to: ???'s previous message |
Mike Stegmaier said:
I need to include "SETB TCON.0" so that falling edges are detected instead of low levels.
So, what happens with ie0 flag if the interrupts are disabled? It will stay on when the interrupt happens, until the interrupt routine is processed, or until a command specifically clears it. CLR IE0 would work. But you said you were to implement yout code in hardware... How will you change it if it doesn't work out? rgds |