STM32H7 System Clock initialization error
STM32CubeIDE
Version: 1.9.0
Build: 12015_20220302_0855 (UTC)
Processor: STM32H7
My issue is when i start debugging my project, it crashes while configuring my System Clock Config, but there is no real error. The debug just says "Target Lost" and tries to reconnect but cannot. It always crashes at line
MODIFY_REG(RCC->CFGR, RCC_CFGR_SW, RCC_ClkInitStruct->SYSCLKSource);What is interesting is it works fine on my nucleo (STM32H743) but not on my board I layed out. So that would seem to point to a hardware issue on my side, but what could that be? I tried pulling the crystal (x3) off the nucleo just to see if it would cause the same problem, it still runs (granted the application part doesnt but thats to be expected). Anyone seen this issue before?