Can any of you give me a small MCU list that i can use without any additional display controller chip for my 5"display ? i would like to use TouchGFX. please see attracted for display data sheet
Can any of you give me a small MCU list that i can use without any additional display controller chip for my 5"display ? i would like to use TouchGFX. please see attracted for display data sheet
Although any MCU with a LTDC controller would do, I'd recommend the STM32H743 in a package of at least 144 pins (176 if using a 32 bit SDRAM module)
You need the external SDRAM (8 MBytes/64 MBits would do) to hold the framebuffer memory, the internal one is barely enough for displaying simple graphics with a reduced color set, and I'm afraid that the fragmented internal memory map might not play well with touchgfx. Consider adding an external flash module as well if you want to display a lot of graphics. You can use the schematics of the STM32H745I-Discovery board as a reference design.