• 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...
  • Boot and RTX problem
    Hi everyone, I've built a simple boot that load the main application located at 0x10010. Everything works fine if the application do not use RTX, but when I use RTX in the main application the code...
  • RTX Timer Problem
    Hi, We are enabling the system main task at every 10ms interval. but now we are facing the problem with enabling of the system task @10ms interval .. could you please any one help us How...
  • 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(;;...
  • bootloader and rtx problem
    I wrote a simple bootloader program (doesn't do anything but jump to the application code in flash once a timer expires) and I am having trouble getting rtx to work in the application code. It gets to...