• CMSIS RTOS RTX invalid thread id token ?
    Note: This was originally posted on 8th August 2012 at http://forums.arm.com Hi, I am using Keil's RTX implementation of the CMSIS RTOS and need to communicate between an interrupt routine and a thread...
  • 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...
  • 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...
  • 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...
  • RTX: thread-safe queues?
    Hi All, Apologies for what may be a newbie question. We're evaluating whether to use RL-ARM / RTX on a STM32F10x. It seems like a good value, but queues seem noticeably missing. I imagine...