Resolved! Tell NVIC not to exeucte a pending interrupt
I am using STM32F070 processor. I want to know a way of instructing the NVIC not to execute Timer interrupt in certain cases. Is there a way to do this? The situaltion is as follows-There are two interrupts- SPI and timer conifgured at same priority ...