• OsEventFlagsSet problem in CMSIS-RTOS2
    The inside of the osEventFlagsSet If (xEventGroupSetBitsFromISR (hEventGroup (EventBits_t) flags, & yield) ! = pdFAIL) Should be changed to If (xEventGroupSetBitsFromISR (hEventGroup (EventBits_t...
  • OsEventFlagsSet problem in CMSIS-RTOS2
    The inside of the osEventFlagsSet If (xEventGroupSetBitsFromISR (hEventGroup (EventBits_t) flags, & yield) ! = pdFAIL) Should be changed to If (xEventGroupSetBitsFromISR (hEventGroup (EventBits_t...
  • osEventFlagsSet() after osKernelSuspend() in RTOS2 tick-less operation
    Hi all, I'm implementing a low power application based on CMSIS RTOS2 with ATSAML22 MCU. I have an RTOS2 tick-less operation like this: // OS Idle Thread __NO_RETURN void osRtxIdleThread (void...
  • CMSIS RTOS related several issue
    Hello everyone, from KEIL 5.10, I see a lot of new things and very excite to use CMSIS-RTOS on my STM32F4 board, compare to RTX, CMSIS-RTOS with RTX implementation really bring flexible development....
  • CMSIS RTOS related several issue
    Hello everyone, from KEIL 5.10, I see a lot of new things and very excite to use CMSIS-RTOS on my STM32F4 board, compare to RTX, CMSIS-RTOS with RTX implementation really bring flexible development....