• Question about RTX startup.s
    Hi, I am trying to use RTX on my target(LH7A404). I refered to the example and wrote my own startup.s. But I found in the example that the assembly jump to __main finally. And when I download my image...
  • Question about RTX startup.s
    Hi, I am trying to use RTX on my target(LH7A404). I refered to the example and wrote my own startup.s. But I found in the example that the assembly jump to __main finally. And when I download my image...
  • Two questions about RTX-51
    Hello, I have 2 questions about RTX-51: 1. If a running task which waits for a signal event to start running is preempted by a higher prioritized task and signalled again within this newly running...
  • 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;...
  • Question about configure RL-RTX.
    My MCU architecture is ARM968 and I found some hint about how to configure the RTX_Config.c in www.keil.com/.../rlarm_ar_advconfig_cfgmac.htm. There is a tricky problem in my MCU that I can't configure...