The combined interrupt problem of gpio6 signal 0-15 of imx6sx

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

The combined interrupt problem of gpio6 signal 0-15 of imx6sx

跳至解决方案
718 次查看
longh
Contributor III

Hi everyone!

   In imx6sx, I need to use gpio6_io01 for interrupt input in Linux and gpio6_io02 for interrupt input in M4.

   However, during the test, it is found that only the last configured IO can respond to the interrupt. If gpio6_IO1 is configured first, and then gpio6_io02 is configured, only the A9 can respond to the interrupt. How to solve this problem?

标签 (1)
0 项奖励
1 解答
650 次查看
igorpadykov
NXP Employee
NXP Employee

Hi long

since this is combined interrupt, I am afraid it is not possible

to serve it simultaneously by both cores. May be useful to check

GPIO1 interrupts, they provide much more flexibility.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
2 回复数
651 次查看
igorpadykov
NXP Employee
NXP Employee

Hi long

since this is combined interrupt, I am afraid it is not possible

to serve it simultaneously by both cores. May be useful to check

GPIO1 interrupts, they provide much more flexibility.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
651 次查看
longh
Contributor III

Thank you very much for your reply. I try to replace IO in the test

0 项奖励