• 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...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • Sleep Mode
    I have programmed CC1010 Chipcon evaluation module to sample a temperature, transmit it to the next node and display on the PC screen. However, due to energy considerations I put module to the sleep...
  • Problem with sleep and deepsleep in the same application (using RTX)
    Hello guys, this is (maybe) not exactly Keil specific but I'm trying here anyway ;) I have an application using Keil RTX running on a LPC1778. My os_idle_demon() in RTX_Conf_CM.c looks like this...