2021-08-17 07:35 AM
I have working external clock source HSE system clock configuration, now wanted to change to HSI (internal clock).
But simply changing to HSI will not fix all the Multipliers and dividers to get same frequency output. Is there way to import the SystemClock_Config() function to bring the .IOC clock configuration diagram automatically.
2021-08-17 08:58 AM
You cannot convert code to IOC. However, it should take about a minute to select a clock configuration to match what is in the code.
2021-08-17 11:18 PM
Okay, I thought it would be nice to have that feature to import code to form block diagram at least for
clock configuration, as it is anyway single seperate module.
Anyway thanks for the update.