CuriousOne, It sounds as if you are interpreting interrupts to mean time multiplexing the operations of 2 different code segments at 50 %. This is NOT how it works. The MAIN code seqment is interrupted for a short period of time do execute some code then execution is returned to the main seqment. You should be in the interrupt routine as short of a time as possible.
Bookmarks