Ran out of IRAM, possible to repurpose SRAM/DRAM?
Posted: Fri Jan 24, 2020 6:21 pm
I ran out of IRAM; needing too many optimizations as well as apptrace and other features.
I’ve read several forum posts where others have ran out of DRAM and repurposed IRAM to get more data. I have the OPPOSITE problem — is there some memory which could be repurposed to fit more executable memory?
Wifi, lwIP and SPI master routines are the most important for my application, I could also somehow modify the other features (apptrace, other small components) to use less IRAM if it is not possible to repurpose other memory.
Any suggestions on reducing IRAM usage or finding other places to store the code?
I’ve read several forum posts where others have ran out of DRAM and repurposed IRAM to get more data. I have the OPPOSITE problem — is there some memory which could be repurposed to fit more executable memory?
Wifi, lwIP and SPI master routines are the most important for my application, I could also somehow modify the other features (apptrace, other small components) to use less IRAM if it is not possible to repurpose other memory.
Any suggestions on reducing IRAM usage or finding other places to store the code?