Does an interrupt occur if a pulse equal to or less than the input standards of an external interrupt is input?
• Answer :The input standard of an external interrupt is specified with the width of pulse, and normal execution of interrupt processing is guaranteed when a pulse having a width greater than the standard value is input.Interrupt processing may occur even if a pulse equal to or thinner than the external interrupt input standard width is entered.However, this operation is not guaranteed. So, we recommend to use a pulse meeting the standard.
Related Questions
- How can I simulate external interrupts, that is, how can I generate an edge on a pin that will cause an interrupt to occur?
- How long does it take from input of an external interrupt until execution of interrupt processing?
- Why is there no interrupt when the HFI pin is used to detect an external high pulse?