interrupt routine service latency in stm32f407
Posted on May 29, 2015 at 14:49HelloWhat is the delay between interrupt occurance(e.g. external interrupt on a pin) and interrupt service routine entry?by some initial measurements, it's about 30 cpu clocks.Is it interrupt type(external pin, specifi...