Can somebody help me with the integration of STCubeIDE and TouchGFX ?
I desperatly try to configure these applications in order to display 2 buttons on the TFT LCD of my STM32F429I-DISC1 board.
Precisely, I'd like to know:
- If using STMCubeMX is required?
- How to transfer the TouchGFX layout code into STCubeIDE (I can do an import but then the .ioc file is missing)?
- I almost succeded by renaming the TouchGFX files before importing them into CubeMX (I replaced the default board name with my project's name). Then I compiled with no errors but once I added two GPIO, the new compilation yields 5 errors (mostly related to TouchGFX HAL).
What is wrong with all that??? Is there a workflow of some kind to solve my issue?
I appreciate your help. Thank you very much.