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) == 0...