• Whether the RL-FLASHFS support Chinese file name
    I want to know whether Chinese file name is be support by RL-FLASHFS. THX.
  • 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...
  • array with names
    hello to all of you, is there a way to have a array and give each element of the array a special name? An example: float my_array[20]; . . for(i=0;i<20;i++) send(my_array[i]; . . and each element...
  • Segment names
    In assembly code, it seems common to name segments using question marks. Such as, ?C_C51STARTUP, ?STACK, ?DT?MYFILE, etc. Is there a requirement to do this? If not, what is its purpose? I read TFM, and...
  • 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. ...