• How to modify this programe to see the difference between timeout and interval
    #include "rtx51tny.h" #include "REG935.H" const unsigned char table[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80 ,0x40,0x20,0x10,0x08,0x04,0x02,0x01,0xFF,0x00}; int counter0; int counter1; int...
  • RTX166 Task waiting on an interval timeout or message
    Hi all, Using C166 & RTX-166. I would like to prevent interval timeout errors (NOT_OK/INTERVAL_ERROR). I have a task that waits for a new message or an interval time-out using a call to os_wait...
  • Interval timer
    I want to use a watchdog timer as an interval timer (and NOT for watchdog purposes). Can anyone throw light on how this can be done. Any help is appreciated.
  • What is this RTX51
    Hi i've just switched from assembly language to c and i've studied a little about RTX51 Real time operating system but i could'nt figure out its purpose for microcontroller applications. Can any one kindly...
  • What is the unit of timeout in RTX os_evt_wait()?
    Hi all, In RL-ARM User guide, http://www.keil.com/support/man/docs/rlarm/rlarm_os_evt_wait_or.htm, it says that "The unit of measure of the timeout argument is the number of system intervals." for...