Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - orenl

Pages: [1]
1
µTasker general / Re: Context switch
« on: January 22, 2008, 04:51:27 PM »
If i understood correct:
If i want to go out from a task (waiting for a long delay), in order to come back to the next line code (after the delay) do i need a state machine in the task?
Does UTASK_STOP exit from the specific task and when returning to the task(by event) my state machine needs to bring me to the next step in the task?

Thanks

2
µTasker general / Context switch
« on: January 22, 2008, 03:34:58 PM »
Hello

I read the uTasker Operating System Basics document.
I didn't see any thing that remind a context switch.
Does the uTasker support context switch?
Is it true that a task always start from the beginning and it can't resume to the point it was before?

Pages: [1]