Hi,
I want to disable interrupts only for one peripheral (say SPI) while allowing the other interrupts from everything else through. I want to do this while the program is running normally (i.e. while the master interrupt is enabled). Is that possible without getting an SPI interrupt that has been pending just before the SPI interrupt was disabled? Also, would I miss any SPI interrupts if I do this?
Thanks,
Dhammika