STM32F769I Discovery CubeIDE and TouchGFX integration/configuration
I am currently trying to configure a STM32F769I board with TouchGFX and STM32CubeIDE. I have followed all tutorials listed on this forum, however I seem to still be having some issues. I have previously configured a working .ioc file in CubeMX for this board, and have copied that configuration over to CubeMX nested in the CubeIDE application. I have my code compiling, but nothing has been displayed to the LCD. Some things that I have found:
1. It doesn’t seem like the QSPI is working correctly (ie. “QSPI�? is not listed in the Build Analyzer under Memory Regions or Memory Details). At first I thought that the images were not being displayed because they have not been stored in memory correctly, but the assets that I am using are stored under “Flash�?.
2. I’ve tried following what was mentioned in another post for configuring the QSPI for STM32F769I, but I don’t know how to have those changes reflected in CubeIDE.
If you have any suggestions or fixes for these problems, they would be greatly appreciated. Thanks in advance.
-Tyler