• RTX and events?
    Hello! I have question about os_evt_wait_or() and os_evt_wait_and(). I was reading about theoretical differents between this functions, but in practice doesn't work like i thought. Can you give me...
  • RTX event handling
    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...
  • RTX and events?
    Hello! I have question about os_evt_wait_or() and os_evt_wait_and(). I was reading about theoretical differents between this functions, but in practice doesn't work like i thought. Can you give me...
  • RTX event handling
    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...
  • RTX - inner workings of event queue
    Hi, I recently had problems with events (RTX isr events) resulting in the OS_ERR_FIFO_OVF error in os_error(). This prompted me to understand more about this mechanism. I will explain what I know...