Skip to main content
NDham.11
Associate II
December 2, 2022
Solved

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

  • December 2, 2022
  • 1 reply
  • 1523 views

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.

This topic has been closed for replies.
Best answer by Foued_KH

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.

1 reply

Foued_KH
Foued_KHBest answer
ST Employee
December 2, 2022

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.