2024-09-27 01:36 AM - last edited on 2024-09-27 07:34 AM by SofLit
Good morning,
in the user manual "STM32 Nucleo-144 boards" is written that the HSE clock is linked to a 8 MHz oscillator. But when I enable the HSE clock in the .ioc file, the value is 25 MHz. I don't understand if the HSE clock is 8 MHz or 25 MHz.
Thank you
Solved! Go to Solution.
2024-09-27 07:06 AM
Yes, but now I generated from a board on CubeIDE 1.15.1 and the result is the same:
2024-09-27 07:26 AM - edited 2024-09-27 07:34 AM
Sorry I didn't reproduce the behavior:
File -> New -> STM32 Project -> Board selector -> Find and select NUCLEO-F767ZI -> Next -> Name a project -> Unselect Use default Location -> Select location -> Finish -> "Initialize all periph ... Mode?" -> Yes
These are the steps you need to follow.
This is the view I'm getting with these steps:
2024-09-27 07:32 AM - edited 2024-09-27 07:36 AM
I reproduced the behavior and getting the same screenshot as you got.
Seems you selected to Start from the MCU part number and not from the board and this is normal behavior.
The default clock source is HSI.
Hope I answered your question.
2024-09-27 07:34 AM
You are right! I didn't select the board, but I selected the MCU! Thank you very much for your patience. I didn't understand why my program runs with a wrong value of the clock, but it doesn't matter.
Thanks
2024-09-27 07:35 AM
Ok glad to hear that.
Please mark the solution that answered your question.