2023-02-02 05:13 AM
Hello,
I bought NUCLEO F401RE + X-NUCLEO-GFX01M2 and am learning TOUCHGFX. In TouchGFX4.21.0 design, there is no reference design for this configuration.
Best regards,
Jiannong
Solved! Go to Solution.
2023-02-03 01:09 AM
Hello @Community member ,
Generate a project for F401RE- Xnucleo GFX with Touch GFX, this will be your source then generate with CubeMX a target project for your STM32F746-Discovery with the same configuration (ports, names, peripheral) than the source one : open the .ioc file in source project and clone the configuration in the target, don’t forget to add ‘touchGFX’ Software pack and also ’XCUBE display extension board’ software pack. Generate the code a start porting ...
The configuration of the F401RE board that should be replicated of the F746 is (this is a cubeMX report)
If you already made some YouTube search you should know those :
Hope my answer helped you!
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-02-03 01:09 AM
Hello @Community member ,
Generate a project for F401RE- Xnucleo GFX with Touch GFX, this will be your source then generate with CubeMX a target project for your STM32F746-Discovery with the same configuration (ports, names, peripheral) than the source one : open the .ioc file in source project and clone the configuration in the target, don’t forget to add ‘touchGFX’ Software pack and also ’XCUBE display extension board’ software pack. Generate the code a start porting ...
The configuration of the F401RE board that should be replicated of the F746 is (this is a cubeMX report)
If you already made some YouTube search you should know those :
Hope my answer helped you!
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-02-03 07:09 AM
Hello @KHALSI_Foued,
Thank you very much for your information.
I am watching the video and got some ideals now. I will try it out.
thanks again,
Jiannong
2023-03-01 05:13 AM
@KHALSI_Foued ,
Thank you very much! your information is very useful for me to be familiar with TouchGFX.
Jiannong