I am stuck for a while with External interrupt since its not working, whenever I connect the EIRQ with 3.3V, the code remains in the loop and doesnt jump to ISR.
Any suggestions please?
Hi,
you have to also set the SIUL IMCR register
SIUL2.IMCR[669-512].R = 1;
BR, Petr
Hi Petr,
thank you for your answer.
I have tried it already and still not working.
Any other suggestion ?
KR, Nader
Hi,
did you set the priority for the interrupt?
INTC.PSR[244].R = 0x8005; //Set priority 5 for EIRQ11 interrupt, sent to Core 0
BR, Petr
Hi Petr,
It worked now. Thank you alot.
BR,Nader
Hi Petr,
I also tried it and still nothing changed. :/
BR, Nader