Disabling the interrupt
I have enabled two interrupts. First one is EXTI for GPIOA0 Pin and another is UART3 for RXCALLBACK.I want to disable EXTI interrupt when UART interrupt is triggered and enable again EXTI interrupt once the task is completed.I used __disable_irq(5) ...