STM32CubeIDE STM32F070F706 cannot resolve clock issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-05 9:48 AM
Hello All,
I am new to the STM32 platform and trying to learn. I am working with a STM32F070F706 MCU. I would like to use the MCU internal clock to support my peripherals (I2C and USB 2.0). The clock configuration tool cannot resolve the issue itself, so I modified the prescalers on my own and the issue seems (to me) to be gone. However, if I select. "Resolve Clock Issues", STM32CubeIDE tells me it can't find a solution. It will generate code for me, but warns me: "- Main Config: These peripherals still have some not configured or wrong parameter values: [Clock]".
Does anyone see an issue with the clock configuration shown below? To me, everything seems to be configured satisfactorily.
Solved! Go to Solution.
- Labels:
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-05 12:28 PM
After you change some prescalers manually, do not click on "Resolve Clock Issues". If all limitations are honored (no red marks), all is good from the CubeMX view, and you can generate code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-05 9:50 AM
Sorry, the correct model is STM32F070F6P6; not what I mentioned originally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-05 12:28 PM
After you change some prescalers manually, do not click on "Resolve Clock Issues". If all limitations are honored (no red marks), all is good from the CubeMX view, and you can generate code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-06 1:07 PM
Much appreciated, thank you!
