• 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...
  • 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...
  • How to wait for multiple threads on CMSIS-RTOS API
    Hi, experts. I'm recently working on CMSIS-RTOS API with MDK-ARM V5.1, on STM32F103 MCU. I'd like to know how to wait for multiple threads.(and mode) and I'd like to know how to wait for any one of thread...
  • 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...