Skip to main content
m4l490n
Associate III
February 21, 2020
Question

Can I drive a 1280×720 display with the STM32H7x7?

  • February 21, 2020
  • 3 replies
  • 10254 views

I was reading in there reference manual and I found this section: 34.4.2 Supported resolutions and frame rates. But it is noted clear to me I'd I would be able to run a display with 1280×720 resolution?

Is this possible?s

3 replies

Tesla DeLorean
Guru
February 21, 2020

Yes, have it working on an F7, the H7 should be at least as capable.

Depends on multiple factors, usually a ceiling on the pixel clock, and the DSI clock/bandwidth

1280x720@30Hz 24-bit, 2-Lane DSI@450MHz

Could probably get 50Hz 16-bit colour depth

I got 1388x768@25Hz, 1024x768@50Hz, 800x600@60Hz on VGA monitors via DVI-HDMI connection. It might actually be a tad more capable, but the monitors usually have a preferred mode list, an LCD panel might have broader acceptable options.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
RhSilicon
Lead
June 23, 2023

Does any F7 or H7 support HDMI output?

I found this post, looks interesting,

How to display on HDMI

https://wiki.st.com/stm32mpu/wiki/How_to_display_on_HDMI

RhSilicon
Lead
June 23, 2023

I found this AN4860 - Introduction to DSI host on STM32 MCUs and MPUs, and this B-LCDAD-HDMI1 - DSI to HDMI adapter board for STM32 Development Tools:

https://www.st.com/en/evaluation-tools/b-lcdad-hdmi1.html

https://www.st.com/resource/en/application_note/an4860-introduction-to-dsi-host-on-stm32-mcus-and-mpus-stmicroelectronics.pdf

Applicable products: STM32F469/479, STM32F7x8/x9, STM32L4R9/S9, STM32H747/757,
STM32MP157, STM32U599/5A9, STM32U5F9/5G9

MJ_1992
Associate II
June 23, 2023

Mine code is working fine on STM32H753 with 1280x720@60Hz

peterdonchev
Senior
September 24, 2024

Hi,
I'm trying to achieve the same. What is the DSI lane byte clock frequency? Can you share more details?

INaee.1
Associate II
June 23, 2023

Hi ..

here is my custom designed board with STM32H745XIT6 & 1024X600 TFT with TouchGFX.

INaee1_6-1687542088986.jpeg

INaee1_7-1687542089614.jpegCM4 running Modbus Master RTU

CM7 running TouchGFX with 256MB SDRAM

Here is TouchGFX , running on SAMSUNG TAB3 7.0 ,, 1024x600 , LVDS LCD & TouchGFX (STM32F429i-DISCOVERY + SN75LVDS83B) :

INaee1_0-1687541592502.jpeg

Here is TouchGFX , running on CHINESE 800X480 TFT (DE Mode) & TouchGFX (STM32F767 WILDFIRE BOARD)
Tested Modbus on it with same usb cable coz I developed st-link board with usb hub chip and ft232rl. (Power + SWD + USB232/modbus)

INaee1_1-1687541594100.jpeg

Here is TouchGFX , running on 5.0" ,, 720X1280 ,, RGB + SPI TFT with STM32F429i-DISCOVERY
LCD PART No. TL050HDV31CT5-H1206A
The lcd driver chip/COG is NV3052

INaee1_2-1687541594097.jpeg

Here is TouchGFX , running on 5.0" ,, 800X480 ,, RGB TFT with STM32F429i-DISCOVERY,

INaee1_3-1687541592595.jpeg

Here is TouchGFX running on STM32F469i-DISCOVERY

INaee1_4-1687541594101.jpeg

Here is TouchGFX running on HP S1932 18.5" Monitor's LVDS LCD with 1366x768 resolution .
The lcd part no. is LTM185AT04 or Equivalent . The driver is STM32F429i-DISCOVERY + SN75LVDS83B

INaee1_5-1687541594103.jpeg

Tested following lcds.
SAMSUNG TAB3 7.0" , 1024x600 TFT
THINKPAD T400 14.1" , 1280x800 TFT
GENERIC TFT MONITORS , from 14.1" to 18.5" Maximum tested resolution is 1366x768 TFT

imran

Zakba.1
Associate III
December 16, 2023

hello

I am sorry I have a problem and I need help. STM32H743XIT6 & 1366X768 TFT with TouchGFX but it flickers like the video Please help me. I don't know what is wrong.STM32H745XIT6 & 1024X600 TFT with TouchGFX 

Tesla DeLorean
Guru
December 16, 2023

The link or whatever isn't working.

There's zero detail on your actual implementation or settings.

Flashing might be due to incorrect parameters, bandwidth issues or lack of multiple frame buffers.

Is the frame buffer in 32-bit wide memory?

 

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..