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…
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…
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…