• Change thread priority
    Hi friends, I have three threads in my RTOS. When I define priorities for all threads identically, there is no problem and all the three threads run normally. But when I change the priority of one...
  • 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...
  • Event Viewer with RTX5 doesn't display separate threads
    Hi I'm running MDK 5.22 with CMSIS-RTOS2 RTX5 in a simple test using Event Viewer with a UNINK Pro on an STM32F429. I suspect I'm doing something wrong, but I cannot figure out how to get the...
  • One thread does not run
    I have created three threads. One of them has the higher priority than two others and I use a binary semaphore to synchronize it with an ISR. ISR releases semaphore and wakes up the highest priority...