Configuration of STM32H725 OCTOSPI with Delay Block for APS6408 PSRAM
I'm configuring the timings for an APS6408L-3OBMx PSRAM on my custom hardware, based on the STM32H725IGK6, in memory mapped mode, to be used principally as Frambuffer for the LTDC controller.
I have to enable the Delay Block parameter in STM32CubeMX to get a partial working PSRAM (I still have some errors on the Display), but there seems to be non possibility to configure the Delay Block inside STM32CubeMX and/or STM32CubeIDE. (The function for the Delay Block are in stm32H7xx_ll_delayblock.c/.h but this files are not included when enabling the Delay Block inside the OCTOSPIx configuration).
So my questions:
- Is there a known good configuration for the APS6408 PSRAM?
- How can I configure the Delay Block for the OCTOSPIx interface?
Martin
