john2020
Full Member level 5
hi all,
I have a timer interrupt problem. When i use timer 1 & external interrupt together, i disable All interrupt and enable it again when leaving the function. If there is external interrupt, it may miss the the timer intrrupt. Am i true???
So, if I want to allow both interrupt to happen even in any ISR, what should I set?
Should I enable all interrupt even in the ISR to allow this?
reply me as soon as possible.
I have a timer interrupt problem. When i use timer 1 & external interrupt together, i disable All interrupt and enable it again when leaving the function. If there is external interrupt, it may miss the the timer intrrupt. Am i true???
So, if I want to allow both interrupt to happen even in any ISR, what should I set?
Should I enable all interrupt even in the ISR to allow this?
reply me as soon as possible.