• 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...
  • Help adjusting task stack size
    Hello all, I need to free more RAM memory in my application so the first thing will be reducing (optimizing) the task stack sizes. I have created a check task that verify each stack area magic...
  • RTX stack size
    The manual says: "Stack size used by RTX kernel is configured in STARTUP.S. Minimum size is 128 bytes, however 256 bytes is recommended when interrupts are used." However the map file says: " 144...
  • Recommended Stack Size for RTX
    What is the recommended size for Supervisor, Interrupt & User/System Mode Stacks when using RTX? The first stack-relevant action, the application does is "os_sys_init". From there on everything happens...
  • 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.