2025-07-29 10:45 PM
Hello,
I was looking into this wiki tutorial on setting up a UDP echo server by @mƎALLEm , and the clock configuration caught my eye and wanted to confirm a few things.
But in the tutorial , in Section 2.1 Clock configuration Section , the screenshot shows the input frequency set to 16 MHz. As far i am aware this should be 8 , not 16 MHz. Can someone please confirm this?
2025-07-29 11:40 PM
The current STM32CubeMX version 6.15.0 generates 8 MHz HSE clock by default.
The screenprint shows 16 MHz which is wrong, but irrelevant here as the PLL Source Mux is switched to HSI clock, not HSE.
hth
KnarfB
2025-07-30 5:05 AM
Thanks for the confirmation