mutthunaveen
Joined: 08 Apr 2009 Posts: 100 Location: Chennai, India
|
rtos delay |
Posted: Mon Oct 05, 2009 6:01 am |
|
|
Hi board,
I have question on CCS RTOS delay.
I created the tasks with ticking time and max execution timings. They are
working fine but when I use delay in the task it is waiting to that delay
without executing the remaining tasks. I am using V4.029 CCS compiler.
With this type of waiting in delay the processor may lose some input data
that are written to other tasks. Is there any other code to execute all the
tasks simultaneously without waiting in the same task even though I give
some delay in one task ?
Please help me |
|