Difference between revisions of "How to register my interrupt routine in Linux application ?"

From ArmadeusWiki
Jump to: navigation, search
(Introduction)
(GPIOlib)
Line 7: Line 7:
 
   TODO
 
   TODO
  
== GPIOlib ==
+
== Links ==
  
  TODO
+
* [http://bec-systems.com/site/281/how-to-implement-an-interrupt-driven-gpio-input-in-linux how to implement an interrupt driven gpio input in linux]

Revision as of 09:48, 1 April 2014

Introduction

This is a frequently asked question from people who came from microcontroler/dsp world. But under Linux applications it is not the way to do that, we have to «block» on the interrupt event.

In this article we will talk about gpio interruptions using the GPIOlib Linux driver under a C program.

 TODO

Links