The option is currently not available for H7 mcu's. But you can create a basic project in TouchGFX Designer for the h750. Then create a project for the h750 with CubeMX in CubeIDE. Then transfer the TouchGFX files into the CubeIDE project.
As @hansd56 correctly states, H7 does not have TouchGFX support yet from within CubeMX (we do have something working in the lab). You can select the H750 application template from within the TouchGFX Designer which uses a specific version of the Cube Firmware.
You will probably need help migrating this application into a CubeMX/CubeIDE projec, but if you want to try let me know.
I have a H750-Discovery board as well as an H747 I-Eval board. My design process has been to utilize develop in the TouchGFX Designer and simply "Run to Target". But I am getting to the point I want to utilize an actual IDE for development and debugging. I am attempting to use STM32CubeIDE, but as you know, there are many integration issues with it.
Is the process of migrating H7 TouchGFX applications into CubeMX/CubeIDE a fairly straightforward process?
Yes. I want creat one h743i project by cubemx and one project by touchgfx then combine the two. But:
1_ I don't know which options should be enabled in the cube. Ltdc?? Dma2d?? Rtos?? Sdram??
2_ Which option should I select when touchgfx opens? Because I don't have any of these board.
3_ when both cubemx project and tuchgfx project were completed, Which files and folders from the touchgfx project should be copied to the cubemx project folder??
Hi There. I have attached one of my test projects. It runs on my STM32H745i-Disco board in internal flash. If your h743 board is similar it should run out of the box. I also managed to get the dual core working with the System Workbench plugin in STM32CubeIDE. If you are interested let me know.
I would like to know if I can use STM32H743B with TouchGFX? I can see that it is not available within CubeMX, but can I copy mannualy TGX part from other project? Like STM32F746 that I have working? I want to use STM32CubeIDE.
Other question: Could it run without external RAM? Because STM32H7 has 1MB SRAM and maybe could embbed one framebuffer (480*272*3).
There's an application template for the H743I-EVAL in the TouchGFX Designer. You might be able to work your way from there knowing that BSP and setup is for the Eval board.
Ok. My goal is using STM32CubeIDE, so is it posible to integrate this template in TGFX Designer to the new IDE?
I mean in STM32CubeIDE I import only TGFX files related to the GUI, the BSP files I use from STM32CubeIDE. Or it should work only from TouchGFX Designer?