STM32F722RET6 increasing HCLK frequency issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-09 9:43 PM
There is external crystal on my PCB Mfr part: X1E0003410273 I am working on STM32 Cube IDE. At first whenever I enabled external crystal my program did not run at all. Even In low frequencies. Then I enabled Clock Secure System (CSS) Now my program is running with external crystal with 48MHz HCLK but when I try to increase it more than 48Mhz program stops running again. I am beginner in stm32 and only working with Cube IDE. Is there problem with external crystal I choose or something else?
Here is my Clock configuration
Solved! Go to Solution.
- Labels:
-
RCC
-
STM32CubeMX
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-09 10:32 PM
Check VCAP capacitors and voltages.
Check VOS settings
Check Flash Latency
Check HSE or internal clocks via PA8/MCO
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-09 10:32 PM
Check VCAP capacitors and voltages.
Check VOS settings
Check Flash Latency
Check HSE or internal clocks via PA8/MCO
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-09 11:17 PM
Thank you so much. It was issue with VCAP
