• CMSIS RTOS: Changing processor clock
    Hi, we want to be able to change processor clock in a running CMSIS RTOS application. As we see, we can only statically configure RTOS via RTX_CONF_CM.c (OS_CLOCK). In addition all variables...
  • CMSIS RTOS: Changing processor clock
    Hi, we want to be able to change processor clock in a running CMSIS RTOS application. As we see, we can only statically configure RTOS via RTX_CONF_CM.c (OS_CLOCK). In addition all variables...
  • Update RTOS tick after change System Clock
    Hi, I wrote a function to change the core clock at runtime and works ok, but, the osDelay function do the delay wrong with the last clock settings, in other words, if the last frequency was 24MHz...
  • Update RTOS tick after change System Clock
    Hi, I wrote a function to change the core clock at runtime and works ok, but, the osDelay function do the delay wrong with the last clock settings, in other words, if the last frequency was 24MHz...
  • Keil RTOS (old style) versus CMSIS RTOS....
    I know I'm an old guy (software developer for more than 35 years), I have been using Keil RTOS for ages (13+ years on ARM, before that a zillion years on 8051) and have so far been satisfied with it...