Electronic – STM32 LTDC – Maximum resolution

ltdcresolutionstm32

I am planning to interface a STM32H753XI to a 1400×480 display. Here is the reference manual. Now, the maximum resolution given for the STM is 1024×728. I understand that this is the maximum frequency the device can actually output.

Now my desired horizontal resolution exceeds the controllers 1024 pixels. I checked with the registers and they support 11 bit values (so everything up to 2047). Has anyone tried to interface a display with a larger horizontal resolution to an STM? Are the horizontal and vertical pixels a hard limit or is the combined pixel clock frequency the actual limit?

Best Answer

The question was answered in the STM32 Q&A forums with a link to this document.

Basically the limit is the maximum resolution according to the registers (4096x2048) but what is more important is the bandwidth to the framebuffer memory (typically in a connected SDRAM). So it seems that the resolution should be possible but we're already quite near the limit.