• 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...
  • 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...
  • 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...
  • 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...
  • 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...