How does IMX6 improve the response speed of external interrupts?

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

How does IMX6 improve the response speed of external interrupts?

665 次查看
864535720
Contributor II

Hello everyone,

    my development board is IMX6Q-sabresd. My Linux kernel version is 3.14.52。

   I use pin 1-4 of GPIO6 as my external interrupt, and each interrupt pin 1S generates about 1440 interrupts. When my four external interrupts work at the same time, the kernel will not respond in time. For example, my external interrupt is generated 500 times, and the kernel may only respond 498 times. The operation that I interrupted is the function in 8250_core.c: serial8250_default_handle_irq
Is there any good way to solve the problem I am having now?

标签 (4)
0 项奖励
回复
1 回复

594 次查看
igorpadykov
NXP Employee
NXP Employee

Hi 其东 刘

one can try "linux-imx-rt" kernels :

meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt at master · Freescale/meta-freescale · GitHub 

Index of /pub/linux/kernel/projects/rt/ 

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

0 项奖励
回复