On 06/22/2011 05:29 AM, sanjay anvekar wrote:
> Hi Gilles, Thanks for your reply. With GDB I am able to run the
> application but it never hits configured breakpoints and it takes
> little longer time to start application. I tried changing priority of
> tasks, but it didn't help. In my application program I have not
> configured any interrupts and completely dependent on Linux drivers. 
> If I do not use rt_task_sleep() my program does not work correctly. I
> tried to suspend each task instead of

Without seeing any code it is hard to give any definite answer, but from
the way you describe it, you do not need Xenomai: as soon as a real-time
thread uses a Linux driver, it is no longer deterministic. A typical
real-time application waits for an external event, be it a timer event
or a real-time driver, and so suspend naturally to let Linux run.

-- 
                                                                Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to