• ARM: RTX Task management
    I try to run \keil\ARM\RTX\Examples\Mailbox\Mailbox.Uv2 on evaluation board of MCB2300 Ver3.1 there are two user defined tasks, that is send_task and rec_task. send_task send messages to msgbox 3...
  • About the ARM RTX
    I am adopting one of my previous application to use the ARM RTX. Now have some questions to seek your help. Question 1 .I have noticed that in the RTX_CM_Lib.h , there is a section of code: ...
  • ARM-RTX on LPC2888
    Hi all, I tried to port one of RTX demos which is based on MCB2300 to my LPC2888 board my modifying the RTX_Config.c And I used my old startup.s (with modification of importing SWI_Handler). But...
  • RTX
    hi ,i have a problem with RTXfor example : #include <rtl.h> void task1 (void) __task { os_evt_wait_or 0x0001,0xFFFF ); Â'xxxxxx. os_dly_wait (200); // 2s .xxxxxx .xxxxxxx } quesrtion : the...
  • RTX
    Hello, How would RTX fail apart from stack overflow? Currently, my software runs for approx. 10 hours and fail using RTX. I have increase the task overflow and also the interrupt and user mode...