cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a new board into TouchGFX Desginer

GirishKumar
Associate III

Hi 

I am developing a product based STM32 Microcontrollers. To start with the I am using a Development Board

Nucleo H7A3AI Board.


What I plan to do is, attach a LCD TFT Display to this and develop the prototype. I plan to use TouchGFX designer to develop a UI and develop the firmware

One Problem I face to start with TouchGFX Designer is the development board  Nucleo H7A3AI  is NOT listed in the supported boards.  (I am using TouchGFX Designer 4.25.1 )

The boards which are listed in TouchGFX Designer all have an attached display. In my case we are developing product based on Nucleo H7A3AI Board (This board does not come with a LCD Display).

In such case how can I add my board (Nucleo H7A3AI Board) into TouchGFX Designer ?

The display I am planning to use is From RockTech Model number (RK043HN10E-T)The pin connections
between the display and Nucleo H7A3AI Board is shown below.

 

 

Si.NoConnector Pin NoDISPLAY PINSTM32H7A3ZI-Q(LCD)
15R0PE0
26R1PA2
37R2PC10
48R3PB0
59R4PA5
610R5PC0
711R6PA8
812R7PE15
913G0PB1
1014G1PE6
1115G2PA6
1216G3PC9
1317G4PB10
1418G5PB11
1519G6PC7
1620G7PG8
1721B0PE4
1822B1PD0
1923B2PA3
2024B3PD10
2125B4PC11
2226B5PB5
2327B6PA15
2428B7PD2
2530CLKPB14
2632VSYNCPA4
2733HSYNCPC6
2834DEPC5
2931DISPPF9
2 REPLIES 2
PeterVang
ST Employee

Hello GirishKumar,

The boards you see in TouchGFX Designer under "Create" is just the boards that we supply a TouchGFX template project for. Your board is not on this list, since it does not have a display.

To make a TouchGFX project for this board, you need to start in STM32CubeMX and create a project for it there. Then you can activate the X-CUBE-TOUCHGFX module under "Middlewares and Software Packs". After setting this up and generating code, you will have TouchGFX folder and a .part file in your project, which you can open in TouchGFX Designer.

You manually need to setup your project to work with your display and other hardware. For this, in suggest looking at the "STM32H7B3IO Discovery Kit" example project for inspiration.

Best regards

Peter

Thanks a lot Peter for the response