Disabling interrupts and clearing flags (TIM8 CC4) - Only working when interrupts are enabled?
I have quite a complicated case, where a interrupt is beeing executed, allthough it has been disabled, and its flag beeing cleared. At the same time interrupts are disabled, and i put a few nops in between just to rule out any delay related issues. The disabling of the interrupt works, but there is just one afterwards that i cant get rid of.
For now i just would like to know, if anyone has any idea if the title can be answered with yes. (And if there is a explanation why that is)
I would have liked to try a minimal code, but its quite complicated and i am afraid the error can then not be reproduced. Timers are interconnected too.
