Hi Peter,

have you already seen SOS? (http://users.ints.net/skidan/SOS/)
This is a simple OS, written by Oleg Skydan.

Perhaps this could be used or it can be at least a beginning.


Regards,
Robert


Peter Mueller wrote:
Hi all,

I have the problem that I need two background tasks. The first task has a cycle time of 10 ms, the second one of 1000ms. In the second task I want to execute a complex algorithm taking much longer than 10ms. Therefore it is not possible to run both in a while(1) loop. One way to solve to problem would be to break the algorithm up into short chunks to be able execute the faster task in time, which I would not like to do (if possible).

Is there a good way to solve this problem without an OS? Is there a simple scheduler available?

Thanks for your hints,
Peter


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to