Hello,
I have a question regarding C5505 Interrupts Priority.
According to the datasheet, INT0 interrupt has higher priority than TMR0 interrupt.
However, I'm observing INT0 interrupts are missed while processing TMR0 interrupt service routine.
I'm writing interrupt service routine in C language.
What is necesssary to enable INT0 interrupts to occur during the TMR0 interrupt service routine?
Thanks for your attention.