Skip to main content
Jiannong Zhou
Associate III
February 2, 2023
Solved

Are there sample projects for NUCLEO F401RE + X-NUCLEO-GFX01M2?

  • February 2, 2023
  • 2 replies
  • 2834 views

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.

  1. Are there any sample projects for NUCLEO F401RE + X-NUCLEO-GFX01M2?
  2. If no, how to generate code with STM32CubeMX to support TouchGFX (NUCLEO F401RE + X-NUCLEO-GFX01M2)?
  3. In TouchGFX designer, how to create a project without a reference design, for example NUCLEO F401RE + X-NUCLEO-GFX01M2?

Best regards,

Jiannong

This topic has been closed for replies.
Best answer by Foued_KH

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

2 replies

Foued_KH
Foued_KHBest answer
ST Employee
February 3, 2023

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.
Jiannong Zhou
Associate III
March 1, 2023

@KHALSI_Foued​ ,

Thank you very much! your information is very useful for me to be familiar with TouchGFX.

Jiannong

Jiannong Zhou
Associate III
February 3, 2023

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