Actually what I am doing is, I have 3 inputs to beaglebone from  BLDC motor 
hall sensor. If there is any change in any of 3 inputs, the kernel module has 
to send signal to my beaglebone. From the interrupt my application reads the 
input from sysfs and pass the next sequence to pwm. PWM I am using userspace 
only. 
So is my design right for handling fast input change, I mean 50 micro seconds ? 
Any suggestion ? I am new to device driver concept, please suggest.
Thanks :)

Sent from my HTC

----- Reply message -----
From: "Jonathan Neuschäfer" <[email protected]>
Date: Sat, Oct 6, 2012 10:29 pm
Subject: Gpio interrupt shall pass the signal to application
To: "jeshwanth Kumar N K" <[email protected]>
Cc: "kernelnewbies" <[email protected]>


On Sat, Oct 06, 2012 at 01:50:55PM +0530, jeshwanth Kumar N K wrote:
> Hello All,
> 
> I am writing a kernel module that shall pass the signal to application 
> running in user space. So which signal i should use? And how to achieve this? 
> Thank you.

What kind of information need to be transmitted from your device to the
application?


Jonathan Neuschäfer
_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to