cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum APB clock frequency on STM32H743 family

cxiao
Associate

Hi,

What is the maximum frequency that the APB buses on the STM32H743 can be run at?

In CubeMX's Clock Configuration page when trying to configure the APB bus frequencies, there is a note on the APB clock that its maximum frequency is 100MHz. CubeMX also enforces this constraint and will not allow me to set the bus frequency on any APB to more than 100MHz. However, I can't find any information about this anywhere in the reference manual, nor the datasheet, so I am not sure what the maximum frequency actually is.

0690X0000087nULQAY.png

I am aware that it is possible to run the timer peripherals which use the APB clock as a clock source at a higher frequency than the APB clock, but I would like to know what the maximum bus frequency of the APB itself is.

Best,

Cindy

3 REPLIES 3

https://www.st.com/resource/en/datasheet/stm32h743xi.pdf

See Figure 1

0690X0000087nZ1QAI.jpg

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Khouloud ZEMMELI
ST Employee

Hello @cxiao​ 

Concerning the​ APB Peripheral Clock , the maximum frequency is 100 MHz as it's indicated in CubeMX , and for the APB Timer Clock the maximum frequency is 200 MHz.

Best Regards,

Khouloud.

Thanks! Datasheet fatigue definitely got the best of me there.