cancel
Showing results for 
Search instead for 
Did you mean: 

Where do I find the drawing that shows what clock is routed to the different peripherals?

arnold_w
Senior

I am working with the STM32F4 and STM32F7 microcontroller families. I am sure that I, at some point, have seen a drawing that shows how the different clocks are routed to different peripherals. This drawing was very helpful when I had questions like "what clock is UART2 running from?", "what clock is the CAN1 running from?", etc. However, now I'm unable to find the drawing, I have looked in the reference manuals and the data sheets, but to no avail. Could someone please point me in the right direction?

1 ACCEPTED SOLUTION

Accepted Solutions
Uwe Bonnes
Principal II

Look at the reference manual in the 2.2 Memory Map. It tells what devices are connected to what bus. CAN1 for example is connected to APB1.

View solution in original post

2 REPLIES 2
Uwe Bonnes
Principal II

Look at the reference manual in the 2.2 Memory Map. It tells what devices are connected to what bus. CAN1 for example is connected to APB1.

arnold_w
Senior

Thanks