• How to tokenize a string?
    Hello there, I try to tokenize a string. "Normally" (which means on my normal PC) I use the strtok() function to tokenize my string. But Keil uV does not support this function in there stdlib. Any...
  • 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...
  • 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...
  • 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...
  • Token passing with more then one argument
    What's to be done for a substitution with more than one argument? Next line NewStatus(Act, state1) should be substituted to if(ActSaved.bits.state1 == SET) Macro definition (not...