Linux (arm) 中的 GPIO 引脚中断处理程序
有人能给我一些在 Linux 中为 ARM9 启用和处理用户引脚 IO 中断(C 语言)的示例代码吗?
我知道可能需要一个低级驱动程序,我只是想了解如何初始化它,然后在用户级别处理消息等的一些想法。
我熟悉 ARM 中断和设备驱动程序(在 Windows 中),但是我是linux编程新手。
谢谢
Can somebody point me at some sample code for enabling and handling user pin IO interrupts (C language) for an ARM9 in linux?
I am aware that a low level driver may be needed, I just want to get some ideas on how to initialise it, then handle the messaging at the user level etc.
I am familiar with ARM interrupts, and device drivers (in Windows) but I am new to linux programming.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上取决于您使用的实际 BSP。 AFAIK Linux 中没有“通用 ARM9 gpio 中断”,它几乎是特定于主板的。例如,这是 PCA100 板的示例:
It really depends on the actual BSP you're using. AFAIK there's no "generic ARM9 gpio interrupt" in Linux, it's pretty much board-specific. E.g. here's an example for a PCA100 board: