STM32CubeMX/STM32CubeIDE does not include DelayBlock LL driver when using OctoSPI peripheral with Delay Block Enabled on STM32H7A
Using STM32CubeMX/STM32CubeIDE - when enabling and configuring the OctoSPI peripheral (Hyperbus mode) on STM32H7A and enabling the Delay Block feature, the LL driver for DelayBlock does not get included in generated projects.
I had to enable SDMMC1 to force inclusion of this driver, and even then it needs modification because it assumes that the MCU has a QuadSPI peripheral (not correct for STM32H7A).
Am I doing something wrong, or is this an issue in STM32CubeMX/STM32CubeIDE?
Thanks
