• RTX problem
    Hello, I have implement a software using the RTX but after running for more than 10 hours the kernel gets stuck. When running the debugger, it seems to be stuck at the os_put_dly() function. It seems...
  • RTX problem
    Hello, I have implement a software using the RTX but after running for more than 10 hours the kernel gets stuck. When running the debugger, it seems to be stuck at the os_put_dly() function. It seems...
  • CAN - RTX problem
    Hello, i want to use CAN with RTX51, however when I compile my program it says: can't find can_task.obj This file isn't included with RTX51. My question: Which files do I need to get my program to...
  • Keil-RTX problem
    Hi frnds, I am quite new to Keil-RTX. I stuck up with an issue with the event usage. Issue is - I am using nearly about 8-10 events for each task. All total I am using 3 tasks. Now after a particular...
  • RTX Timer Problem
    Hi, we have configured our main task to activate at every 10ms as shown below Number of concurrent tasks running 13 Timer tick interval: 10ms void task1(void) { os_itv_set(1); for(;;...