• CMSIS RTOS V1 intermix with CMSIS RTOS V2
    I have an application that is running on CMSIS RTOS V1 and i want to integrate a new application that is running on CMSIS RTOS V2 , Is there any way this can be done by using both the versions at the...
  • CMSIS RTOS V1 intermix with CMSIS RTOS V2
    I have an application that is running on CMSIS RTOS V1 and i want to integrate a new application that is running on CMSIS RTOS V2 , Is there any way this can be done by using both the versions at the...
  • CMSIS-RTOS osSignalSet not immediate
    I have several tasks running with different priority levels. The problem I am seeing is that a high priority task that is waiting w/timeout on a signal is not being put into the running state immediately...
  • CMSIS-RTOS osSignalSet not immediate
    I have several tasks running with different priority levels. The problem I am seeing is that a high priority task that is waiting w/timeout on a signal is not being put into the running state immediately...
  • CMSIS-RTOS USART callback not working
    Hi, I can't seem to get the CMSIS driver for the UART working. I'm using the Keil 4357 on the MBC4300. My code is based on CMSIS-RTOS blinky and the examples from the CMSIS documentation. One...