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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,232 次查看
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 解答
1,328 次查看
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 项奖励
回复
1 回复
1,329 次查看
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 项奖励
回复