Dear team,
I am using template project from SDK v24.12 for MK22FN128 mcu. In this clock config is done using internal clock & bus clock i get 20.97Mhz. What is the max freq i can configure with internal clock & how to configure it.?
Thanks,
Sn
Hello @sn2
The core and system clock frequencies must be 100 MHz or slower in HSRUN, 72
MHz or slower in RUN. So please switch to HSRUN mode.
BR
Alice
Hi @sn2
I tested on my side. It can't reach 100 MHz, but it's almost 96 MHz. The configuration is as below:
Hope it helps.
BR
Alice
Hi @Alice_Yang
Can you share me the code changes for clock configuration, how you have done?
Hello @sn2
I'm sorry, but according to our company policy, I'm unable to share the code. However, this process is quite simple. Please refer to my configuration settings—especially the ones highlighted in the red box.
Then click update code button, the system will automatically generate the necessary code as below.
BR
Alice