• Task stack size of RTX kernel
    Hi, I am trying to use the RTC of LPC2378 and the RTX kernel of KEIL. The below is the code of one of my tasks. void job3 (void) __task { while(1) { snprintf(FMTstring, 29, "%04d-%02d...
  • Task stack size of RTX kernel
    Hi, I am trying to use the RTC of LPC2378 and the RTX kernel of KEIL. The below is the code of one of my tasks. void job3 (void) __task { while(1) { snprintf(FMTstring, 29, "%04d-%02d...
  • Problem with viewing tasks on RTX Kernel
    Hello, My problem is that I cannot see any tasks when I view them via "Peripherals - RTX Kernel". I can only see the system tasks with TID 0 and 255. You can see a screenshot here: daddyimage...
  • Problem with viewing tasks on RTX Kernel
    Hello, My problem is that I cannot see any tasks when I view them via "Peripherals - RTX Kernel". I can only see the system tasks with TID 0 and 255. You can see a screenshot here: daddyimage...
  • RTX kernel: exception on Task exit by breaking out of while(1) loop
    Hi, I was experimenting with the Tasks in RTX kernel. What i observed was that 1) if the highest priority task (at some point of time. Need not be the highest among all the threads) exits...