STM32L4P5G-DK SystemClock_Config error
Hello,
I configured the STM32L4P5G-DK project with STM32CubeIDE according to the AN5050 for Octal-SPI PSRAM. At debugging state, the process was halt at SystemClock_Config. The infinite loop looks caused by while(READ_BIT(RCC->CR, RCC_CR_HSERDY) == 0U) after __HAL_RCC_HSE_CONFIG(RCC_OscInitStruct->HSEState); step. The ioc file and main c-code is attached. Please help me to solve this issue.
Thanks.
