TI中文支持网
TI专业的中文技术问题搜集分享网站

AM335 GPIO口外部中断速度大概是多少

我这边linux下的am335 GPIO外部中断响应最快只有2.4ms左右,这边就是用一个fpga每隔1ms产生一次外部中断,然后am335内核驱动这边收到中断就打印信息,打印时间间隔最快只有2.4ms左右,如下

[ 71.464250] gpio_init()
[ 71.467093] Enter irq
[ 71.469474] Enter irq
[ 71.471847] Enter irq
[ 71.474218] Enter irq
[ 71.476590] Enter irq
[ 71.478961] Enter irq
[ 71.481333] Enter irq
[ 71.483704] Enter irq
[ 71.486076] Enter irq
[ 71.488447] Enter irq
[ 71.490818] Enter irq
[ 71.493190] Enter irq
[ 71.495561] Enter irq
[ 71.497933] Enter irq
[ 71.500304] Enter irq
[ 71.502676] Enter irq
[ 71.505047] Enter irq

我希望能提高响应速度,1s能响应1000次,请问有什么办法吗?或者是不是我哪里配置的不对,am335x主频很快的为什么不能响应这个频率的中断?

Shine:

请问您用的是最新版本的SDK吗?

Rain Yan:

回复 Shine:

不是,我用的是老版本,linux-3.2.0,这个会有影响吗?感谢回复

赞(0)
未经允许不得转载:TI中文支持网 » AM335 GPIO口外部中断速度大概是多少
分享到: 更多 (0)