Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: CMSIS RTOS: Changing processor clock

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles