Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Event Usage in Embos

    ads - - embOS related

    Post

    Hi, I am new to the RTOS world. I am using emBos RTOS.3.32 with AustriMicroSystems chip and currently have a question regarding the usage of the event. According to your user manual, each task can have up to 8 different events. Based on my understanding, if I have n tasks, I should be able to generate 8n events. However, what bothers me is that OS_WaitEvent() does not specify which event for a particular task has been signaled. Here is an example to describe my questions: There are 4 tasks. Task…