Skip to main content
Visitor II
December 6, 2024
Solved

LTDC initialization on STM32F7508-DK board

  • December 6, 2024
  • 1 reply
  • 1313 views

Hi everyone can anyone help me initialize LTDC driver and LCD screen. I'm using the STM32F7508-DK board and I don't know what I need to configure in STM32CubeMX?

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    I'm not the one who written the article and I'm not even expert of that interface but you can start a new project without TouchGFX. You need to start with CubeMx tool and enable/configure the LTDC with what shown in that article. I don't think there will be a more detailed step by step configuration description. 

    1 reply

    Technical Moderator
    December 6, 2024

    Hello @MM5 and welcome to the community,

    1- You can refer to the application note AN4861 Introduction to LCD-TFT display controller (LTDC) on STM32 MCUs

    2- You can refer also to this example from CubeF7 package, inspire from it and apply all the parameters on CubeMx for STM32F7508-DK board.

     

     

     

     

    MM5Author
    Visitor II
    December 9, 2024

    Hello @SofLit,

    Thank you very much for the information and for pointing me to the application note AN4861 and the example in the CubeF7 package. I really appreciate your help!

    I’m completely new to working with STM32 and LTDC, and I find it a bit overwhelming to understand everything at once. Is there perhaps a step-by-step guide or tutorial (preferably beginner-friendly) that explains how to configure LTDC and initialize the LCD screen using STM32CubeIDE? I'm currently using version 1.16.1 of STM32CubeIDE with the STM32F7508-DK board.

    I would be very grateful for any additional guidance, links, or tips you can share. Thank you once again for your patience and support!

    Best regards!

    Technical Moderator
    December 9, 2024

    Hello @MM5 ,

    I think this article should answer your question: How to set up the LTDC peripheral to interface with the display panel ATM0500D27-CT from AZ Displays

    The article is already using STM32F7508-DK board.

    Hope it helps.