2017-05-22 07:17 AM
Hello everyone,
I already successfully used the LTDC to create a VGA Signal with a Resolution of 800x480 Pixel with 16bit
colour with decent performance. All configuration was done with CubeMX for the LTDC.
AN4861 claims that the STM32F429 can support a resolution of 1280x720 Pixel. But this Resolution is not
possible with CubeMX, because the visible horizontal Resolution is limited to 1024 Pixel. After a quick check in the datasheet, the Register for the horizontal Resolution is limited to 2048 Pixel. Is there a Special reason for this Limitation in CubeMX ?
Am I forced to configure the LTDC manually for this Resolution or will there be a fix for CubeMX ?
Best regards,
Markus.
PS: I would like to see some example Code for the STM32F769I-DISC1 with the B-LCDAD-HDMI1 Adapter with this Resolution.
2017-07-21 11:44 AM
OK, problem solved with CubeMX 4.22.
A little test project shows the capabilities of the STM32F429i-Disco with an external monitor.
The next step will be the STM32F769I-DISC1 with the B-LCDAD-HDMI1 Adapter.
Any advice how to use the DSI/HDMI interface ?
Best regards,
Markus Horbach.