• event flag
    what are the definitions of each event flag bits
  • event flags on LPC23xx
    hi, i'am using rl-r tx and i have to synchronize four tasks. I read that i can use the event flags, where can find more specifications about this??? Is there a table that explain the mean of each...
  • Event Flag Question
    Hello, I am new to embedded programming and have a couple of question concerning event flags( I sure these are prob dumb questions but I havent been able to find the answers) It says there are 16...
  • 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...
  • CMSIS-RTOS API v2 Multiple Event Flag Problem
    Hello everyone, I am developing an app on Stm32f429 which is irrelevand with my question. My question is about event flags. I have 3 threads. One of them is FreeMODBUS Slave poller task. It waits for...