cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H743ZI- NUCLEO rcc(clock) configuration

akaya
Associate II

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 ?

3 REPLIES 3

>> 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
Up vote any posts that you find helpful, it shows what's working..
Singh.Harjit
Senior II

​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

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.