• 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...
  • RTX kernel. Task always sleeps
    Hi all, I am porting RTX on LH7A404. Now SWI and Clock interrupt worked well. I used the example1 as test program. The code is below. As you can see in the code, there are two tasks for testing...
  • 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.
  • uart problem with Rtx kernel
    Hi, I am using keil board (stm32).I wrote one program for reading data through uart by using rtx kernal for task switching . I am getting full data, if send byte by byte .If send one whole string...
  • 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...