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