cancel
Showing results for 
Search instead for 
Did you mean: 

is there any GUI Tool for STM32H523?

ringo_smk
Visitor

Hi, there

we will start a project which will use STM32H523 as MCU, to control a LCD.

first, we want to know, is there any GUI tool which can help us to build LCD display contents, then generate codes fot STM32H523?

and do you have any sample project using 8080 I/F? 

thanks.

1 REPLY 1
JohanAstrup
ST Employee

Hello,

You can use TouchGFX, which is an ST GUI tool that will help you get started quickly. If you are new to TouchGFX, I recommend checking out TouchGFX Academy, where you will find tutorials and how-to videos to help you get started.

In TouchGFX Designer, there is a TouchGFX Board Setup (TBS) for the NUCLEO-H563ZI with the Riverdi RVA35HI-NUCLE0144A display board. This is a complete example project based on STM32CubeMX.

JohanAstrup_0-1732099280601.pngJohanAstrup_1-1732099849650.png

 

The Riverdi RVA35HI-NUCLE0144A has an 8080 interface, and the STM32H563 is, in broad terms, quite similar to the STM32H523 - just with more RAM and flash.

The TBS is using partial framebuffers with a total size of ~50 kB, so an identical setup for STM32H523 will easily fit in internal RAM.

If you need to investigate the graphics capabilities, I recommend getting the NUCLEO-H563ZI and the RVA35HI-NUCLE0144A. Then you can test GUIs right away with the TBS in TouchGFX Designer.
In any case, the TBS is a good starting point for running TouchGFX on an H5 MCU with an 8080 I/F LCD.

 

Best regards,
Johan