• Get Semaphore Token Count
    Hello All, I'm new to the RTX system and I am porting some code from VxWorks to RTX. I'm trying to figure out if a semaphore is blocked or not. How do I access the token count in the semaphore/mutex...
  • RTX bug: osSemaphoreRelease token counter is not limited!
    As it's asked before, http://www.keil.com/forum/59503/ this bug is still not fixed? I want my token counter to be limited, but every call to osSemaphoreRelease increases the number of available...
  • Token Release Behaviour in Mutex vs Semaphore
    Hi, I have a question regarding the usage and behaviour of Mutex vs Semaphore in RTX v4.7, in which I have two threads that needs to access a critical section. Obviously Mutex seems to be the...
  • Semaphore
    Hello, I need a sample code for a semaphore. How can I get it? Thank u.
  • String tokenizing
    I need to extract eight values from a string I'm receiving from my serial port. I have the following code: unsigned char xdata *p_ch; unsigned int xdata ch = 0; // Get command p_ch = strtok( com_buffer...