• semaphore token counter is not limited
    Hello, µVision V5.12, CMSIS OS RTX V4.75 It seemed to me, that a binary Semaphore does not work correctly with my test code. osSemaphoreWait returns a value of 4, but it is a binary semaphore...
  • 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...
  • 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...
  • CMSIS RTOS RTX invalid thread id token ?
    Note: This was originally posted on 8th August 2012 at http://forums.arm.com Hi, I am using Keil's RTX implementation of the CMSIS RTOS and need to communicate between an interrupt routine and a thread...
  • Token-pasting ("##") with armcc 5.06
    I'm in the process of porting a lot of code originally written for the C51 compiler. The code makes extensive use of the "##" token-pasting feature. Explanation: http://www.keil.com/support/man/docs/c51...