2023-05-18 11:49 PM
2023-05-19 02:57 AM
Hello,
Unfortunately not. The max Flash size in F7 family is 2MB. But you can add external QSPI NOR Flash for memory extension.
2023-05-18 11:53 PM
Hello,
STM32F7x9 as an example. It has 2MB of Flash:
https://www.st.com/en/microcontrollers-microprocessors/stm32f7x9/documentation.html
2023-05-18 11:55 PM
Hi, Thanks for the reply. Is there any other MCU with more than 2MB flash in the same family?
2023-05-19 02:57 AM
Hello,
Unfortunately not. The max Flash size in F7 family is 2MB. But you can add external QSPI NOR Flash for memory extension.
2023-05-19 03:19 AM
Ok... Thanks for the update...
2023-05-19 03:57 AM
The STM32F746G-DISCO has something like 16MB (128Mbit) of QSPI NOR memory externally for code, data and graphics. https://www.st.com/en/evaluation-tools/32f746gdiscovery.html
2023-05-19 04:55 AM
Thank you!