• Semaphore
    Hello, I need a sample code for a semaphore. How can I get it? Thank u.
  • Semaphore
    Hello, I need a sample code for a semaphore. How can I get it? Thank u.
  • about Semaphores
    Hi , I am checking the page34 of«rl-arm_gs» and find below description : Signaling Synchronizing the execution of two tasks is the simplest use of a semaphore: os_sem semB; __task void...
  • Semaphore Problem
    Hello, I have a simple semaphore problem. I create a task (task1) and this task waits for a start event (TASK_START). Afterwards I send a start event, then this task sends a semaphore (sem1) in intervals...
  • RTX Semaphore
    I am using a semaphore to signal my thread from an interrupt routine (which calls osSemaphoreRelease). What I am seeing is that sometimes the osSemaphoreWait function returns, however, a timeout did...