cancel
Showing results for 
Search instead for 
Did you mean: 

What should be RCC configuration as it is failing in initialisation?

NDham.11
Associate II

I am using custom designed board having STM32H745BIT6 and 25MHz external crystal with LDO and SMPS pins connected as seen in attached snippet.

I have created, compiled new STM32 project using CubeIDE and CubeMX software for LED blinking.

Attached .IOC file for same as well.

Mainly I don't know about which supply source to select in POWER parameters under RCC section as per my custom board pin connection.

1 ACCEPTED SOLUTION

Accepted Solutions
Foued_KH
ST Employee

Hello @NDham.1​ ,

Below is diagram from reference manual showing different hardware configurations for power supply:

0693W00000WK6e5QAD.pngSo, you can choose the "PWR_LDO_SUPPLY" as Supply source:

0693W00000WK6eKQAT.png 

Foued.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Foued_KH
ST Employee

Hello @NDham.1​ ,

Below is diagram from reference manual showing different hardware configurations for power supply:

0693W00000WK6e5QAD.pngSo, you can choose the "PWR_LDO_SUPPLY" as Supply source:

0693W00000WK6eKQAT.png 

Foued.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.