TouchGFX with STM32F469I-DISCO compiler errors
Running STM32CubeIDE 1.7.0 and TouchGFX 4.18.0.
I double click on .project file to invoke STM32CubeIDE.
Project for STM32F746G_DISCO compiles and runs ok.
Compile errors encountered with STM32F469I-DISCO.
Something to do with how the project is imported and missing drivers. I have tried various methods of importing the project. The first error is missing _hal_uart.c driver. If I delete that, the next error is missing \BSP\Components\mfxstm32l152 and the list goes on.
I should add that the board runs ok using Run Target directly from TouchGFX.
Also I have tried the simplest TouchGFX app as well as one of the examples with no luck importing to CubeIDE.
