Hi,
I am writing a application where i need to switch on a transistor syncron with a puls pattern.
Every time the puls switch fra high to low i got an interrupt. This interrupt switch on the transistor.
P2.0 is input for puls (interrupt H->L)
P3.0 is output for transistor.
Sometimes the output for the transistor is switched on syncron with the puls as it must, but sometimes the transistor is switch on later (between 1ms and 9ms later) then the puls. Also not syncron.
Does anyone have an idea if there can be a delay in the P2.0 interrupt?