Skip to main content
akaya
Associate II
April 16, 2019
Question

STM32H743ZI- NUCLEO rcc(clock) configuration

  • April 16, 2019
  • 3 replies
  • 1483 views

Hi, I use stm32h743zi nucleo board.I did clock configuration for stm32h7 with cubemx ,but I want to write clock configuration without hal library with registers.

My clock configuration codes in attachment.

Is there anyone who can tell me where is the mistake ?

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
April 16, 2019

>> I want to write clock configuration without hal library with registers.

Ok, and what's stopping you from debugging this, or comparing and contrasting what you're achieving against the working HAL code?

There is a specific code pasting option here, use the </> icon in the input window not attach screen shots of uncompilable code.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Singh.Harjit
Senior
April 16, 2019

​Might want to take a look at this project on GitHub: https://github.com/elzoughby/STM32H7xx-Startup

I have *no* experience with it.

flyer31
Senior
April 27, 2019

You can look at this forum post from me: https://community.st.com/s/question/0D50X0000A1nRi4SQE/nasty-little-cache-new-nut-from-the-lightning-fast-stm32h7?t=1556368343052

... download the "my_system_stm32h7.c" from there ... this contains a nice and small RCC init code for the Nucleo H743 board.