Program memory size
-
- Posts: 4
- Joined: Mon Dec 27, 2021 7:59 pm
Program memory size
After numerous google searches I still find the instruction memory of the esp32 confusing. I need a esp32 module (preferably with a U.FL connector) that has more than 4Meg of flash to store code. If a board is listed as "16MB of Embedded SPI flash storage" is all of this available for program storage? Any good suggestions on board suppliers with larger memory offerings that have U.FL connect with all the basic support components like USB to serial programming and 5v to 3.3v regulation?
-
- Posts: 9735
- Joined: Thu Nov 26, 2015 4:08 am
Re: Program memory size
Kind-of. With flash sizes like this, you'd be limited by the memory mapping address limitations, which means the ESP in practice can only map up to 4MiB of data and 4MiB of code from flash into its address range. If you have multiple applications in flash (e.g. using OTA), you can fill the entire flash with program storage, though. Note that in general, this 4MiB+4MiB rarely is a limitation; unless you know you need to store loads of data in e.g. an embedded filesystem, 16MiB usually is enough.bdrmachine wrote: ↑Sat Dec 31, 2022 8:07 pmIf a board is listed as "16MB of Embedded SPI flash storage" is all of this available for program storage?
Who is online
Users browsing this forum: Baidu [Spider] and 100 guests