• Define task as a menber of class
    Hello, in my CPP project, on asynchronous task must have access to lot of information of a class, so does it is possible to defined a task as a class member ?? When I try to define a __task as a...
  • no tasks?
    so i explain. the application is very conplicated. atm it got 223 tasks but it will get more. ride51 has the code compresser. does uvision? i mean i want each task uncompress when it runs. how? wait...
  • How to define a bigger stack for a task
    there are 10 tasks in our application, stack size definition in RTX_cinfig is default setting as follows: // <o>Task stack size [bytes] <20-4096:8><#/4> // Set the stack size for tasks which is...
  • function called from task, ISR or main?
    Hi, I'm running RL-RTX and I have a function that can be called either from a task, from an ISR or from main (at startup). Is there is way to identify the calling routine so I can make the proper...
  • 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...