• RTX task_id 8000
    I am getting os_stk_overflow exception with task_id displayed as 8000 in watch window. What task has id 8000? RTX can only have 255 tasks and I am using only 16 tasks. Looking at the RTX Kernel dialog...
  • stlink and cmsis rtos thread debbugging
    Dear Board im a beginner to RTOS. here is my question i used cubemx with stm32F103 ARM cortex m3 controller for my project. with the help of cubemx i have used FREERTOS option. and when i generate...
  • Stop Thread in CMSIS RTOS (not Terminate)
    Hi I am working with CMSIS RTOS RTX. I have an external device and some threads are running to work with this device. However, sometimes I need to turn off the device at the middle of working. Therefore...
  • 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...
  • Stack checking with CMSIS-RTOS RTX
    So I've run into this before, and wasn't able to figure it out, other than very painful trial-and-error guesswork. I'm using CMSIS-RTOS RTX on Energy Micro EFM32GG devices, and I now have a blown...