Hi everyone,
I was wondering if external interrupts can be individually masked (disabled/enabled) using the INTC (or other registers?), we cannot use the global interrupt mask MSR[EE] since it will also disable decrementer interrupts.
my final thought was to enable/disable interrupts at the peripheral level, but I wanted to make sure if it is the most efficient way?
Thanks
Hi,
you can set INTC[CPR] to 15. This masks external interrupts.
Thanks David,
I will give it a try