STM32CubeMX 5.6.1 + TouchGFX 4.13.0 + STM32F769I-DISCO - unable to create a working project
I'm struggling to create a simple touchgfx based project with cubemx for my F769I Disco board.
I thought this is a simple job since there is nothing special. But I got and get stuck at several places.
- I created a new project using Board Selector and selecting "32F769IDISCOVERY", adding additional software "touch gfx"
- Now "LTDC Blending Factors: PAxCA not required for RGB565/RGB888" is red
- Generating code created warning : "These IPs still have some not configured or wrong parameter values: [...TouchGFX..4.13...]"
- Application Structure seems to be set to "Advanced" otherwise files are missing in IAR 8 project.
- IAR 7 project is not compilable since intrinsics h is included in wrong order. (with IAR 7.70)
- Default save directory is inside user folder, this is not working since touchgfx does not support spaces in the path
- Seems I have to open the created Touchgfx project in TouchGFX Designer and press "Generate Code"
- But after fiddling around all these issues, the project does not fit into the RAM, the frame buffer is too large.
- Using a high dpi display with CubeMX is a pain since "Additional Software Components" dialog is always too large and I have to resize it, all other windows have a gazillion of scrollbars everywhere.
I'm completely lost. Why is creating a simple project with the ST default tools such a pain? I tried to read the ST pages, but there are so many maybe I missed the one important point.
Can someone please help me to get a working project with latest STM32CubeMX and TouchGFX for the STM32F769I-DISCO demo board?
