How to invoke interrupt in GPIO demo project of mqx for more then one time?

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

How to invoke interrupt in GPIO demo project of mqx for more then one time?

Jump to solution
1,517 Views
utsavikalpesh
Contributor V

Hi

 

I am using mqx v 4.0 and have created one project that is using the snippet of GPIO demo project put inside mqx folder. Code I have taken from demo will invoke the interrupt as button is pressed.

 

Here I am working with 2 button within my module.The problem is once any of  button is pressed the interrupt is invoked but after pressing same button again it is not invoking interrupt again. It means for once interrupt is generating but after if I press button again it will not respond.   What i need to do??

 

I also have attached my code.

 

Plz reply....

Original Attachment has been moved to: gpio_interruptmode.txt.zip

1 Solution
613 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi,

Please see the attached project.

You can use interrupts and you can choose to handle interrupts by MQX or to bypass the interrupts.

regards,

Carlos

View solution in original post

0 Kudos
1 Reply
614 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi,

Please see the attached project.

You can use interrupts and you can choose to handle interrupts by MQX or to bypass the interrupts.

regards,

Carlos

0 Kudos