• problem with cmsis::rtx rtos
    hi to all i am new in mdk5 and i want create a project with mdk5 and using cmsis::rtx rtos, i wrote a simple blinky program with cmsis::rtx and work well in simulator, but when i deploy it in my board...
  • problem with cmsis::rtx rtos
    hi to all i am new in mdk5 and i want create a project with mdk5 and using cmsis::rtx rtos, i wrote a simple blinky program with cmsis::rtx and work well in simulator, but when i deploy it in my board...
  • CMSIS-RTOS RTX problem with stack overflow
    I have a weird problem with my CMSIS-RTOS RTX application. Application consists of 3 threads with user-provided stacks. osThreadDef(USBRead, osPriorityHigh, 1, 300); osThreadDef(DCMotorDrive, osPriorityAboveNormal...
  • CMSIS-RTOS RTX problem with stack overflow
    I have a weird problem with my CMSIS-RTOS RTX application. Application consists of 3 threads with user-provided stacks. osThreadDef(USBRead, osPriorityHigh, 1, 300); osThreadDef(DCMotorDrive, osPriorityAboveNormal...
  • How to retrieve a task ID in an ISR to signal it using isr_evt_set ? (CMSIS RTOS RTX C-M3)
    Hi, I would like that a HW interrupt ISR signals a specific task using the function void isr_evt_set (U16 event_flags, OS_TID task_id). I am wondering how to retrieve from the ISR the task_id that was...