• RTX
    Hi I am using RTX kernel in ARM LPC 2148 microcontroller, in which i am in need to use ADC. In a task ADC cannot be worked properly it gives only initial value but it can't update the readed values...
  • 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
    Hi Per Westermark I am using two different task one is voltage updation another one current updation . I am using both inside RTX to get a robust output. Here i am using ADC conversion, my code...
  • RTX
    Note: This was originally posted on 21st June 2013 at http://forums.arm.com This is a simple inquiry.   What does RTX mean or stand for.  I know it is the Keil RTOS but what does the R stand for, the...
  • 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...