• RTX os_evt_get behaviour
    Hi guys, Just a quick one, can anyone confirm the behaviour of os_evt_get? I'm wishing to share a buffer between two threads of different priority. When the thread of higher priority wishes to...
  • RTX - os_evt_get trouble
    Hi, I'm working with MDK_ARM V4.00 I would like to use os_evt_get to identify the current event in a task and I've obtained a strange result ! My source is : EvtFlag_T1 = os_evt_get(...
  • RTX os_evt_get behaviour
    Hi guys, Just a quick one, can anyone confirm the behaviour of os_evt_get? I'm wishing to share a buffer between two threads of different priority. When the thread of higher priority wishes to...
  • RTX - os_evt_get trouble
    Hi, I'm working with MDK_ARM V4.00 I would like to use os_evt_get to identify the current event in a task and I've obtained a strange result ! My source is : EvtFlag_T1 = os_evt_get(...
  • os_evt_get() is always returning 0
    I have two tasks running one for the GUI and one for a global counter. The GUI task is called when ever there is a button input. The global counter task called task_timer_handler is called from a function...