Hello,
I assume you are using Kinetis/ARM?
There is the ExtInt (External Interrupt) component you could use.
Additionally, other settings for a pin like pull-up/pull-down/interrupt edges are defined in the Init_GPIO component.
Have a look at this article:
Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse
Hello,
I assume you are using Kinetis/ARM?
There is the ExtInt (External Interrupt) component you could use.
Additionally, other settings for a pin like pull-up/pull-down/interrupt edges are defined in the Init_GPIO component.
Have a look at this article:
Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse