Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
SystemCoreClockUpdate and RTOS
Hi all,
I noticed that SystemCoreClockUpdate is not called if I have RTOS library in my project. Is this correct or I missed something?
I am using NUCLEO F103RB board and I added IAR toolchain support. If I am using only mbed I can change System Clock with different RCC_CFGR_PLLMULL in SetSysClock_PLL_HSI(). This is OK and SystemCoreClock is correct according my change.
But, if I add RTOS, SystemCoreClock is not changed. It is default value.
Thanks a lot Milan Stevanovic