• RTX os_error() and event overflow recovery
    In the event that os_error() is called by RTX, how can one recover from this? For example if there is an event queue overflow (OS_ERR_FIFO_OVF) it would be useful to flush the queue in the error...
  • RTX os_error() and event overflow recovery
    In the event that os_error() is called by RTX, how can one recover from this? For example if there is an event queue overflow (OS_ERR_FIFO_OVF) it would be useful to flush the queue in the error...
  • RTX events
    I am using RTX kernel. One of my task is consisting of number of events. After a particular event is served I am clearing it using os_evt_clr(event_no,task) . It is working fine till the no of events...
  • RTX events
    I am using RTX kernel. One of my task is consisting of number of events. After a particular event is served I am clearing it using os_evt_clr(event_no,task) . It is working fine till the no of events...
  • 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...