• 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...
  • 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...
  • multiple instances of ITC objects in CMSIS-RTOS
    Hello, I'd like to write some reusabel code module to handle e.g. UART ports. Therefore I'd like to create a variable number (based on some kind of define...) of threads dealing with UART port 1...
  • multiple instances of ITC objects in CMSIS-RTOS
    Hello, I'd like to write some reusabel code module to handle e.g. UART ports. Therefore I'd like to create a variable number (based on some kind of define...) of threads dealing with UART port 1...
  • How to wait for multiple event?
    Hi All, I'm working with the CMSIS-RTOS API and I would like to wait in a thread for multiple events like a specific Signal occured OR a Message Queue event. Usualy the osWait function in a combination...