2022-05-25 01:05 AM - last edited on 2023-09-01 09:50 AM by Amel NASRI
2022-05-25 04:39 AM
This is essentially the same question you have already asked here.
The STM32MP1 as a CPU is perfectly designed to work with external flash and external RAM, whereas with the same structure you don't really use the full potential of the Cortex-M. Microcontrollers with Cortex-M cores are optimised for maximum processing speed using internal memory.
For your purposes, you could look at one of the many DISCOVERY boards, e.g. the STM32H745I-DISCO, whose design still needs to be adapted to your needs (WVGA, much more memory).
Does it answer your question?
Regards
/Peter
2022-05-25 05:54 AM
You'll need to get your RAM footprint down significantly to entertain an F7 or H7.
Perhaps time to learn how to Linux..
2022-05-25 07:38 AM
All you've told us is what storage & display your system has - nothing about what the system needs to do.
Does it actually need all those memories at those sizes?
Impossible to say what might be appropriate with no idea of what the goal is!