the STM32H753 chip is mounted on a board with an external 12Mhz HSE crystal and 32k LSE crystal. Using the CUBE config tool I have the attached SystemClock_Config function.
The function gets stuck waiting for a valid RCC_FLAG_PLLRDY signal in line 42 (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK).
Any ideas about what the issue might be?
Thanks in advance ..
P.S. It works if I adjust the values to use the internal oscillators
You could try my slim "my_system_stm32H7.c" clock config function, which I just posted in my "Cache New" Nut blog ... . This should work nicely, but of course only for the HSE Xtal part ... the 32k LSE crystal part you have to solve yourself, sorry... .