• RTX, check if task is running
    Hi guys, I'm using the Keil RTX (RTOS) and I would like to ask, how to check if a particular task is running or not? In another words, I need to get the state of the task. I've searched though the...
  • no tasks?
    so i explain. the application is very conplicated. atm it got 223 tasks but it will get more. ride51 has the code compresser. does uvision? i mean i want each task uncompress when it runs. how? wait...
  • RTXTNY51: Tasks not running
    I have 3 tasks I am trying to get running. I have the initial task (0) which runs and calls os_create_task for task 1 and 2. If I leave a while(1) loop in task 0, it runs as I expect, however, the other...
  • Launching tasks from a class
    I am coding a c++ wrapper to listen messages coming from the CAN bus for an ARM7 processor, and need to launch a task for callback function. I define the callback function as static as usual when using...
  • Do not enable interrupt from within a task of RL-RTX
    Hi I'm using RL-RTX with a LPC1768. I need to enable an interrupt from inside of a task using the following function NVIC_EnableIRQ (EINT3_IRQn), unfortunately when the function is performed give me...