cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, can we use the MB1332 card (STM32H7B3xx) with an 800x480 LCD, if so, are there any major modifications to the frame and will the memory be sufficient to manage the screens ?

PSEBA.1
Associate
 
1 REPLY 1
KDJEM.1
ST Employee

Hello @PSEBA.1​ ,

For STM32H7B3 MCU, the LCD-TFT display controller provides a 24-bit parallel digital RGB (Red, Green, Blue) and delivers all signals to interface directly to a broad range of LCD and TFT panels up to XGA (1024x768) resolution.

If you want to use an 800x480 LCD, it must be calculate the frame buffer size and check if the framebuffer can be located in the internal SRAM or external SRAM/SDRAM. For that I advise you to refer to LCD-TFT display controller (LTDC) on STM32 MCUs application note and precisely "6.2.2 How to check if a specific display size matches the hardware configuration" Section.

Also, it is necessary to refer to the LCD datasheet and precisely to timing parameters to determinate the LCD_CLK.

The example shared in AN4861 "6.2 Example: creating a basic graphical application" can help you to check all constraints and configure the 800x480 LCD.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.