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

ARTX - ARM7 - os_evt_set, os_evt_wait_or

Hi,

I'm developping on ARM7 chip with ARTX OS and I would like to implement periodic task. My software is based onto the example you can find at the following link :
http://www.keil.com/support/docs/3008.htm

During my tests, I've detected some troubles with os_evt_set() an os_evt_wait_or() functions.

If a high task priority post two event before the low task take event with os_evt_wait_or(), sometimes this task is waking-up twice as the event have been store !

I don't understand. Could you help me ?

Thanks for all

0