2025-07-10 8:32 PM
Hello,
I configured the RCC in STM32CubeMX, but the generated Keil code doesn't contain the SystemClock_Config function. Can anyone help me solve this problem? The device model is STM32H7R7L8H6H.
Thanks in advance.
2025-07-10 9:07 PM - edited 2025-07-10 9:08 PM
Update CubeMX to the latest. If it still happens, please include an IOC file.
It may also be initialized in the bootloader in which case it doesn't need re-initialized in application.
2025-07-10 9:36 PM
2025-07-10 10:23 PM
The problem has been solved. Thank you very much for your help.