• RTX5 dynamic thread stack size
    Hi, Is possible to let RTX5 to automatically increase the memory stack of some thread to avoid stack overflow? I thought the "global dynamic memory size" in "system configuracion" was for this...
  • 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 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...
  • CMSIS-RTOS: stack size to create a thread > 8000
    Hi I am using the new CMSIS-RTOS and seem to have a stack problem that I don't understand. In order to create even the simple of task (one that just polls a CAN interface) that will not cause a hard...
  • RTX-RTOS 2 thread stack and RAM config
    Hi, We migrate from RTOS-1 to RTOS-2 RTX OS. We need to configure RAM usage (heap) and thread stack size. RTX_Config.h Global Dynamic Memory size : Is this for heap allocation? Net_Config...