• task switching
    Hi, Does os_send_token() cause task switching?If so, my code given below is not working properly,task_1 is running continuously, and task_2 is never getting executed. Please clarify my doubt. ...
  • Task Switching
    Do tasks need to be ordered sequencially? 0,1,2,0,1,2 or can they go 0,2,1 etc.
  • task switching
    Hi, Does os_send_token() cause task switching?If so, my code given below is not working properly,task_1 is running continuously, and task_2 is never getting executed. Please clarify my doubt. ...
  • Task Switching
    Do tasks need to be ordered sequencially? 0,1,2,0,1,2 or can they go 0,2,1 etc.
  • Switching a task
    can somebody kindly give me a good explanation on usage of "os_tsk_pass()". i really dont know why i cant find a valid method to pass the execution to a task of lower priority. cant use os_evt_wait_or...