• 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...
  • 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. ...
  • uPSD 3200 - Switch blocks
    Hello! I'm having some problems to switch from secondary to primary flash ! My Memory Map (start): rs0: 2000~3fff csiop: 200~2ff FS0: 0000~7FFF CSBOOT0: 0000~1FFF data space When I execute...
  • rxt51_tiny:why can not tasks switching?
    code as following,and run on c8051f020. unsigned char code cString1[]={"\nCommand: 1\0"}; unsigned char code cString2[]={"\nCommand: 2\0"}; unsigned char code cString3[]={"\nCommand: 3\0"}; unsigned...