we have got 3 instances.
one driver and two applications.
ok
setevent() is in the driver only.
now there r two cases which have to be looked for ......
1. if am passing the address of setevent() and waiting for that event
(waitforsingleobject)
in one single application or the same application. it is working fine . no
problem.....
the trouble comes in the 2nd case......
2. passing the address of event and waiting for that event
(waitforsinglrobject)
in different thread and then seeting this event in driver in ISR. event is
not trigerred .....
in the first point the event setting is happening in normal driver function
not in ISR
what can be the problem. .....??????
hope to get a reply soon...
thnaks in advance