• Keil problem with libraries (software packages)

    Hello, 

    I'm very new in Keil software and I'm trying to setup my development enverionment. 

    My MCU is a STM32F746VET and I have generated the porject with the help of STM32CUBEMX. I have imported the generated files to the last version of Keil uVision5…

  • 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() function. But in RTX 4.74 (which comes with latest…

  • RTX - task waiting forever for mutex

    I have faced strange program behaviour in my home project. It is running on KEIL RTX. The issue is that one task is put to wait for a mutex which is used by several tasks.

    So, one of the task is put to wait forever for the mutex. While other tasks can…

  • Question about RTOS debugging with MDK-ARM and STM32CubeF4

    Hi, All

    I'm working on following environment.

         Tool chain: Keil MDK-ARM 5

         Device/Board :STM32F429NI / STM32429I-EVAL1

         Code generator:STM32CubeMX

         RTOS:FreeRTOS wrapped by CMSIS…

  • 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.(or mode)

    I've find the example of waiting…