How to register my interrupt routine in Linux application ?

From ArmadeusWiki
Revision as of 15:38, 31 March 2014 by FabienM (Talk | contribs) (New page: == 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» ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

GPIOlib