Skip to main content
MDesh.2
Associate
November 20, 2022
Question

How to set up GFX01M1 with STM32F411RE MCU?

  • November 20, 2022
  • 1 reply
  • 838 views

..

This topic has been closed for replies.

1 reply

Technical Moderator
November 22, 2022

Hello @MDesh.2​,

Let me first welcome you to the STM32 Community :)

The demonstration software supporting the X-NUCLEO-GFX01M1 expansion boards is available from the X-CUBE-DISPLAY Package offering the needed drivers as well as simple examples.

You can review and port the application from STM32L4 available in the package:

X-CUBE-DISPLAY-Vx.x\Projects\NUCLEO-L476RG\Applications\

Have a look at this manual for configuration with NUCLEO-F411RE board:

 UM2750 SPI display expansion boards for STM32 Nucleo-64 - User manual

You can also open TouchGFX Designer and import the code from STM32G0 Board. Make sure to modify the the pins.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
MDesh.2
MDesh.2Author
Associate
November 22, 2022

Thank you very much!