• 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...
  • RTX5: High priority thread stalled when other thread running
    I am trying to get an application working with two user threads. The first reads a sensor over I2C every time the sensor asserts an interrupt pin. The second runs a periodic calculation which does not...
  • 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...
  • 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...