cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U575 Clock Configuration confusion

HA2375-
Associate

Hi team.

I am using STM32U575RIT6  how set the internal and external clock configuration , i have bit confusion can u gide me to resolve this .

thnaks.

2 REPLIES 2
Andrew Neil
Super User

What's the confusion?

Have you tried using CubeMX ?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Imen.D
ST Employee

Hello @HA2375- 

You can start your project with STM32CubeMX for graphical clock setup.

So, in the Pinout & Configuration view, access the RCC mode panel to enable required clocks, and check the clock setup in the "Clock Configuration" tab.

Make sure to follow the hardware recommendations for crystal placement and board layout described in the User Manual of your board.

How to calibrate the STM32's real-time clock (RTC) - STMicroelectronics Community

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen