STM32H7, Clock MX Functions to Cube(.ioc project creation)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-17 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-17 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
