How to configure GPIO interrupt in PE?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure GPIO interrupt in PE?

Jump to solution
1,552 Views
rabbit
Contributor III

Try to setup PTC18 as input, and causing interrupt at falling edge.

I am using PE to do setup, I can configure PTC18 as input, but I can't setup its interrupt at falling edge. 

0 Kudos
1 Solution
536 Views
BlackNight
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
3 Replies
537 Views
BlackNight
NXP Employee
NXP Employee

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

0 Kudos
536 Views
rabbit
Contributor III

Thanks. It is in Init_GPIO component.

0 Kudos
536 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

what chip do you work with?

0 Kudos