• When is planned to implement an working osWait function in CMSIS-RTOS?
    Is it planned and when to implement an working osWait function in CMSIS-RTOS API?
  • 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...
  • creating thread inside another thread
    Hi all, I am using lwip stack for my controller. Here i am creating a thread using function sys_thread_new("tcpecho_thread", FTP_thread, NULL, 4000, DEFAULT_THREAD_PRIO); Here thread is created...
  • 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...