• How to wait on multiple objects in CMSIS-RTOS?

    Hello.

    I have a thread which must be waked-up from multiple sources - 3 different message box for example. How I can organize this in CMSIS-RTOS? Currently in revision 4.00 of CMSIS, there is a osWait() function. But in RTX 4.74 (which comes with latest…

  • Question about RTOS debugging with MDK-ARM and STM32CubeF4

    Hi, All

    I'm working on following environment.

         Tool chain: Keil MDK-ARM 5

         Device/Board :STM32F429NI / STM32429I-EVAL1

         Code generator:STM32CubeMX

         RTOS:FreeRTOS wrapped by CMSIS…

  • 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.(or mode)

    I've find the example of waiting…