• 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...
  • 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...
  • 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...
  • 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...
  • cmsis-rtos v2 - printf not working inside threads
    Hello, I am working with STM32WB55RG platform. I have successfully use printf function with uart. However when I try to use this same function inside cmsis-rtos v2 threads it's not working. Basically...