STM32F103VET6: How before Interrupt disable flag takes effect?
Posted on August 16, 2011 at 18:38I isolated a ''glitch'' in a Timer 2 input capture routine--it appears that the actual disabling of the interrupt does not take place until a few cycles following the instruction that disables the interrupts. Can yo...