• How to wait on multiple objects in CMSIS-RTOS?
    Hello. I have a thread which must be waked-up from multiple sources - 3 different message box for example. How I can organize this in CMSIS-RTOS? Currently in revision 4.00 of CMSIS, there is a osWait...
  • Multiple instance of thread function
    Hi, In keil. void taskThread(void const * arg) { } osThreadDef(taskThread, osPriorityNormal, 1, 2500); I want to use same function for multiple instance of osThreadId ( for 2 or...
  • Multiple uVision instances with different uLinks
    Hi All. Does anybody have tried to have two different instances of uVision working with two different uLinks on the same PC ? 8with IAR and JLink this is possble). The goal is to use a unique...
  • Multiple objects problem ***
    I am having trouble using the linker "L51.exe". I am trying to link several OBJ files. This is my command line. L51 @files TO PRO3MAIN.LNK RAMSIZE(256) What is wrong? It doesn't create the output...
  • How to wait for multiple threads on CMSIS-RTOS API
    Hi, experts. I'm recently working on CMSIS-RTOS API with MDK-ARM V5.1, on STM32F103 MCU. I'd like to know how to wait for multiple threads.(and mode) and I'd like to know how to wait for any one of thread...