2024-12-06 06:39 AM - last edited on 2024-12-09 05:21 AM by SofLit
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?
Solved! Go to Solution.
2024-12-10 01:09 AM
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.
2024-12-06 07:02 AM - edited 2024-12-06 07:05 AM
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.
2024-12-09 05:16 AM
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!
2024-12-09 05:19 AM - edited 2024-12-09 05:54 AM
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.
2024-12-10 12:54 AM
Hello @SofLit,
Thank you so much for your quick response and for sharing the article! I truly appreciate your help and the time you’ve taken to guide me.
I’ve already reviewed the article you mentioned, and while it’s a great resource, it uses TouchGFX, which isn’t what I’m looking for right now. My goal is to manually configure the LTDC initialization directly in STM32CubeMX without using TouchGFX.
To clarify further, I’ve attached screenshots of my current STM32CubeMX configuration for the LTDC and related settings. I’d really appreciate it if you could review them and let me know if there’s anything I might have missed or need to adjust.
I saved the project and my code was generated
Thank you once again for your patience and support as I navigate through this process!
Best regards!
2024-12-10 01:09 AM
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.