STM32H747 Touchgfx Custom Board Config
hi .
I am trying to use a display lcd using parallel rgb (LTDC RGB888) with STM32h747XIH on a special board.
STM32CUBE-IDE v1.14.0
Touchgfx Designer v4.22.1
STM32Cube_FW_H7_V1.11.1
My project creation steps are as follows :
1-Stm32 project creation
2-RCC Setting HSE & LSE
3- I open the LTDC unit and select "Display type RGB888(24 bits)". DSIHOST is automatically checked but DSIHOST Disable is selected.if I try to remove the DSI host tick, CubeIde Message "DSIHOST, LTDC are linked,both configurations will be lost would you like to continue anyway ?" and

4-Middleware and Software Packs -> X-CUBE-TOUCHGFX -> Graphics Aplication checked

5 -Middleware and Software Packs -> FreeRtos -CMSIS_v2
6- Save and generate code
7-Touchgfx->ApplicationTemplate.touchgfx.part duble click and touchgfx designer opening .click Generate code
and fail :
Post Generate Target
touchgfx update_project
Unable to locate C:/Users/sinan/STM32CubeIDE/workspace_1.14.0/sdsd/.cproject
Failed
Yeah, there's really no such file there.
if I copy cm7/cproject from a subfolder here, a lot of different error messages appear.
here's no solution for me .
Then I proceed to the 2nd method. I create the project using the STM32h747 example in the touchgfx designer
Then i change the LTDC unit to RGB888 24 bit ,DSIHOST Disable
Failed !
../../Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_ltdc_ex.h:32:10: fatal error: stm32h7xx_hal_dsi.h: No such file or directory
I want to generate code with the 1st method.
by adding a blank project with the necessary peripheral settings and touchgfx
What am I doing wrong?
Can you help me?
Thanks