Question
Pending and disabling of interrupts in STM32L431RCT6
I am using tim6 with a period of 140 ms. In another interrupt that has a priority greater than tim6, I am disabling the tim6 interrupt. But sometimes even after disabling that interrupt, tim6 update interrupt occurs and after that, a variable is corrupted which has no relation with the code in the interrupt handler. I am not clearing pending interrupts before disabling the interrupt.
How the interrupt handler is being called after disabling?
can a pending interrupt of tim6 be called after it has been disabled?
