2019-01-04 01:10 AM
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?
Solved! Go to Solution.
2019-01-04 01:50 AM
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.
2019-01-04 01:50 AM
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.
2019-01-04 01:58 AM
Thanks