• 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...
  • RTX task stack size how do you do it
    I have a product running RTX with 16 tasks when I started the project I was relaxed about the RAM of the micro (STM32F205ZE) but in a recent code review I decided to look at the RAM usage and clean...
  • RTX task stack size how do you do it
    I have a product running RTX with 16 tasks when I started the project I was relaxed about the RAM of the micro (STM32F205ZE) but in a recent code review I decided to look at the RAM usage and clean...
  • Removing Code will adjust whole program
    When I remove a little piece of code, what has no issue with the working of my program, the program doesn't work at all. Also I've got 2 function that aren't used at all, but when I remove them, my...