This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 using OS_CLOCK are defined const in RTX_CM_lib.h.

Is there a way to change processor clock via SystemCoreClockUpdate() so that timer tick
of RTOS is modified accordingly ?
So that e.g. osDelay() will always wait same time amount.

Best regards
Juergen

0