• Keil RTX CMSIS-RTOS2 tickless operation problem on STM32L4 ( HardFaults )
    Hi We are experimenting with the tickless opreation to achieve ultra low power mode. And we are having issues after the MCU get's back for deep sleep. We are using an STM32L4 and we are using the...
  • Keil RTX CMSIS-RTOS2 tickless operation problem on STM32L4 ( HardFaults )
    Hi We are experimenting with the tickless opreation to achieve ultra low power mode. And we are having issues after the MCU get's back for deep sleep. We are using an STM32L4 and we are using the...
  • 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...
  • rtos2
    ..continued.. /******************************************************************************/ /* Task 2 'clock' */ /******************************************************************************...