Problem with event Handling I'm using AT91SAM7SE controller to design a prototype printer. I'm using Keil RTL ARTX. I have some confusion regarding event handling. My question is 1. If no task is waiting for an event flag and if some task or ISR set that event flag, then what happens? or what does it happen when a task goes to wait for an event that is already set?
Please help me out. Its urgent..