Unable to re-configure OSPI Delay Block on STM32U585
On our custom board, we have the SoC communicate with the HyperRam Cypress S27KL0641. We followed the example DLYB_OSPI_NOR_FastTuning and OSPI_HyperRAM_MemroyMapped. The device is working properly on the first initialization. But if we call Deinit and reinitialize the OSPI, the function LL_DLYB_GetClockPeriod() always return ERROR or timeout. However, if we reset the whole system, then the function LL_DLYB_GetClockPeriod works fine first time. What would've caused this issue ?
