• 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 monitor
    Hi, I wanted to try the "Task switching monitor" form the RT-Agent. Is it only available when I simulate the project? or can I use it with the Ulink2 debugger. The keil homepage does not give...
  • 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...
  • RTX Task Switching - JTAG ULINK2
    I am running into something really unexplainable at the moment. I have been developing my project code and testing it with Keil uVision 4.03 and ULINK2. When I run the code using the JTAG connector...