Associate III
March 19, 2025
Solved
CubeMx 6.13 SystemClock_Config code generation issue for STM32MP257f-ev1
- March 19, 2025
- 4 replies
- 813 views
Hello,
I'm trying to generate code from a CubeMX project for STM32MP257f-ev1: my concern is that I've turn on PLLs from CubeMx Clock Configuration tab but code for PLLs clock configuration is not generated in SystemClock_Config function. In main.c I get only the following:
void SystemClock_Config(void)
{
__HAL_RCC_MCO1KERCLK_SETSOURCE(RCC_MCO1CLKOUTPUTSOURCE_CLK_MCO1);
}
Maybe I missed something but I can't find out, can someone please help me?
In attachment you can find the project .ioc file
Marco.
