• Qusetions and Doubts on OS Event Handling
    Dear All, Kindly answer the following question. I have a task, and set its event "RegulateRPM" from the Timer0 Interrupt. In the task, i have a switch statement that checks the event flag "RegulateRPM...
  • 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 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...
  • interrupt handling in RTX STR9
    Hi all I am using STR9 board with RTX kernel on keil I want to use a hadware timer (timer2) in my code but the following code does not work it does not jump to interrupt handler as the overflow occurs...
  • Keil RTX interrupt handling
    I'm using lpc1768 controller keil RTX rtos and uart receive function by an interrupt. I was set a NVIC priority using NVIC_SetPriority(UART1_IRQn,1) while thread processing it don't goes to IRQHandler...