• 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...
  • 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...
  • 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...
  • Keil RTX and Thread Stack Size on STM32
    I had an idea to try to "predict" size of thread stack analizing .map file, using --info=stack options. Does someone hase some experience like this? I written a small collection of tools in order to...