STM32F746 LvGL on CubeIDE

I have successfully ported the STM32746Discovery AC6 project to CubeIDE and even modified the file structure to match the general structure of CubeIDE files instead of AC6. That works well.

Problem is that I want to combine this with the CubeIDE automatic code generation / ioc-file. That means that some of the configuration is done in the graphic CubeIDE editor. That works also well up to the point where I have to configure DMA2D: it builds, but run time errors (while loops stalling the code) pop up everywhere.

I don’t use CubeMX / AC6 but was wondering if CubeMX also has some kind of IOC file and if this could be made available with the source code on github?