• 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...
  • A question about task of RTX
    When the higher priority task was hang-up and at the same time several tasks with the same priority ready to run,which task will be run first? I mean I have several tasks need not preemptive, so I give...
  • 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...
  • ARM : RTX
    Hello, I'm using KeilUV3 + RTX 3.12 + Eval Kit MCBSTR9 I'm looking for a solution to implement a task switch routine with these two constraints : 1) Task execution : TskA-->TskB-->TaskA-...