• 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 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...
  • Using os_evt_get() alone ?
    Hi, Im using RTX kernel with the TCP Net library. The manual says I have to do all my Tcpnet jobs in one task ... So , I have to manage some events for each Tcp socket used. (connecting, sending...
  • Using os_evt_get() alone ?
    Hi, Im using RTX kernel with the TCP Net library. The manual says I have to do all my Tcpnet jobs in one task ... So , I have to manage some events for each Tcp socket used. (connecting, sending...
  • 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...