• RTX Tiny Problems ?
    I am writing a program in which 3 tasks run simultaneously. In the idle state all the tasks wait for signal (which originates in an ISR). The program invariably stops responding after a few minutes of...
  • RTX Tiny Problems ?
    I am writing a program in which 3 tasks run simultaneously. In the idle state all the tasks wait for signal (which originates in an ISR). The program invariably stops responding after a few minutes of...
  • EC++ and RTX tiny problem
    Hi All, Please help me on this problem and it is urgent. i have a EC++ class called ADC which i am trying to access from RTX tiny task. I am getting the following errors for ADC class file ADC.H...
  • A problem about rtx-tiny
    When I debug the following program, received an errno: ***errno34: undefined identifier #include <rtx51tny.h> #include <reg52.h> #define INIT 0 #define ONE 1 #define TWO 2 int counter1; int counter2;...
  • RTX-TINY serial port problems
    Hello all, I am trying to write program using TINY that will eventually need to be able to read from both serial ports and send on one of them. To accomplish this, it would work best if I could get the...