Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Wait for message and signal simultaneously using CMSIS RTX call (4 Replies)

$
0
0
Wait for message and signal simultaneously using CMSIS RTX call Hi All, I am using CMSIS RTX V4.80.0. I need to wait for a message and a signal simultaneously in a single thread. In the CMSIS RTOS API, I came across a function osWait() which meets my requirement. Is there any methods to achieve the same using the CMSIS RTX API. In CMSIS RTX, both the osSignalWait and the osMessageGet functions return the same structure an osEvent which contains osStatus that contain

Viewing all articles
Browse latest Browse all 3049

Trending Articles