LTDC maximum display resolution documentation inconsistency?
Hi
AN4861 (
) page 25 states that the LTDC display peripheral can support total width up to 4096 pixels.However, STM32F439 Reference (
) page 481 says 'Supports up to XGA (1024x768) resolution.'Same for STM32F756 (
) page 505 - 'Supports up to XGA (1024x768) resolution.'.Further, in the STM32F439 reference (above) page 494, in the description for the LTDC_AWCR register, it shows there are more bits available than the maximum values shown;
- AAW 0x400(1024H) - 12 bits available should support up to 4096, and
- AAH 0x300(768V) - 11 bits available should support up to 2048.
What's the story - are these parts actually limited? Is there a nice reference showing actual capabilities of all LTDC MCU's? Which should be taken as truth?