This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil-RTX problem

Hi frnds,
I am quite new to Keil-RTX. I stuck up with an issue with the event usage.

Issue is - I am using nearly about 8-10 events for each task. All total I am using 3 tasks. Now after a particular event of task completely served I am clearing that event using os_evt_clr(). But after this activity the program flow is automatically entering into the previous event which had served earlier to this current event.

Pls suggest me what flaw I am committing in the code. And does the usage of semaphore or mutex will be a better alternative?? Thnxs......

0