• 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...
  • 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...
  • 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...