• how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • Can a task period larger than tick time (rtx51tny)?
    The module just include at89s52,ps7219,ds12887a,leds.When use no os,have a delay sub as void Soft_Delay_ms(unsigned char x) { unsigned int i=0; i = x / Tma; while(x--) _nop_(); } ,and use...
  • Can a task period larger than tick time (rtx51tny)?
    The module just include at89s52,ps7219,ds12887a,leds.When use no os,have a delay sub as void Soft_Delay_ms(unsigned char x) { unsigned int i=0; i = x / Tma; while(x--) _nop_(); } ,and use...
  • Problem in creating more than 6 task in freertos
    Hi all, I am using tm4c129encpdt controller. I have copied freeRTOS demo code from TIVA 2.1. I have created 6 empty task they are running fine,but when i create 7th task controller gets hanged at...