2025-04-07 6:10 PM - edited 2025-04-07 6:32 PM
NUCLEO-U5A5ZJ-Q
STM32CubeIDE Version 1.17.0
STM32Cube MCU Package for STM32U5 Series 1.7.0
In the call chain from main() -> SystemClock_Config() -> HAL_RCC_OscConfig(), HAL_OK is not being returned.
It seems that the HSE configuration is failing. After calling __HAL_RCC_HSE_CONFIG, the code waits for the HSE to become ready, but it appears to be timing out.
I created and built the project as described below.
(1) STM32 project -> Borad Selector -> NUCLEO-U5A5ZJ-Q -> Finish
(2) Project -> Build All
I haven't made any code changes, but if anyone has an idea of what might be causing this, I would appreciate your input.