2024-07-12 01:26 AM
Good morning,
For my new project, I would like to use these 2 development cards.
Has anyone already configured these cards (.IOC) or an example?
Thank you in advance for your help.
2024-07-12 06:03 AM
Hello @PhilZalkin ,
There are plenty of guidance and documentation on how to start your custom project with TouchGFX.
You can start the procedure by following these documents:
There are a number of TouchGFX Board Setups available that use SPI display interface that you can draw inspiration from to implement your project like: NUCLEO-G071RB, NUCLEO-U083RC, and etc.
I hope this helps you
2024-07-14 10:58 PM
Thank you Mohammad,
I will try to configure the development board with FMC mode (8 bits) with the NUCLEO-H563ZI example.
I will come back to you if I have any problems.
Have a nice day
2024-07-16 03:10 AM
You're very welcome :D
I recommend you select an 'Accepted Solution' for this thread, and open new ones for your new questions, so they will have better visibility on the forum with the information you provide.
Best regards,
2024-07-17 07:34 AM
Good morning, After several configuration attempts.
I was unable to configure the NUCLEO-H7A3ZI-Q + X-NUCLEO-GFX02Z1 + TouchGFX card.
Is it possible to integrate NUCLEO-H7A3ZI-Q + X-NUCLEO-GFX02Z1 into TouchGFXDesigner?
Or is it possible to change MCU in NUCLEO-H563ZI board by H7A3ZI into TouchGFXDesigner?
2024-07-18 03:02 AM
Hello @PhilZalkin ,
Currently, there is no plan to add NUCLEO-H7A3ZI to the TouchGFX Designer. And, you cannot simply change the MCUs in one project to another one since there are numerous configurations that must be handled for each case.
What were the issues that you faced?
2024-07-23 05:46 AM
2024-07-23 06:24 AM
My screen is :
2024-07-31 05:53 AM
Hello @PhilZalkin ,
Unfortunately, I don't have access to the hardware to test it manually, however, your configuration looks fine (the pinouts for FMC correspond to the MCU schematics and the Display schematics)
Maybe it is better to just focus on showing simple data on the screen by following the guide available here, and afterward, combining it with TouchGFX.
Best regards,