2019-08-21 02:06 AM
Hi all!
I want to find a MCU of ST can support LCD with resolution HD and Full HD@60hz (MIPI or RGB Interface). Please suggest me some series that I can use.
Thank you so much!
2019-08-21 02:34 AM
Hello,
There is a large selection of STM32 microcontrollers which may answer your request.
I recommend you to use the "ST-MCU-FINDER" tool (mobile version, PC version or the one embedded in STM32CubeProgrammer and STM32CubeMX) to fine tune your choice and the select the suitable MCU.
Video: How to use our ST MCU Finder
Best Regards,
Imen
2019-08-21 03:57 AM
Probably none.
Review AN4861. While it does not contain the 'H7, the basic constraints are similar.
JW
2019-08-21 05:40 AM
Two channel DSI pretty limiting, and SDRAM bandwidth.
2019-08-22 02:19 AM
In AN4861. Page 25 says "LTDC fully programmable display resolution with total width up to 4096 pixels and total height up to 2048 lines". Correct??
2019-08-22 02:21 AM
In AN4861, Page 19 table4 "Fully programmable resolution with total width of up to 4096 pixels and total height of up to 2048 lines and with pixel clock of up to 83 MHz. Support of custom and standard resolutions (QVGA, VGA, SVGA, WVGA, XGA, HD, and others)"
2019-08-22 04:57 AM
> with pixel clock of up to 83 MHz
1920 * 1080 * 60Hz = cca 125MHz.
In reality, somewhat more (148.5 MHz), as there's some blanking/sync overhead.
JW