• Tickless mode with RTX 4.80
    Hello everybody, I am engineering a power constrained application on an STM32L151VC with RTX 4.80. In order to save power we want to sleep as often as it makes sense. The following code is the concept...
  • Tickless mode with RTX 4.80
    Hello everybody, I am engineering a power constrained application on an STM32L151VC with RTX 4.80. In order to save power we want to sleep as often as it makes sense. The following code is the concept...
  • RTX CMSIS osTimer not working in tickless mode
    I am seeing a bug using the osTimers when using tickless mode in RTX - essentially they are not ever firing the callback. Note I am compiling the OS v4.70 with __CMSIS_RTOS enabled. It seems that...
  • RTX CMSIS osTimer not working in tickless mode
    I am seeing a bug using the osTimers when using tickless mode in RTX - essentially they are not ever firing the callback. Note I am compiling the OS v4.70 with __CMSIS_RTOS enabled. It seems that...
  • 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...