Hi,
It's not a good idea to have a wait in the ISR. Just set a flag in the ISR and use the flag in you main code. Also try no disabling/enabling the Interrupt handler in the ISR.
Regards
Ian Dobson
↧