3 .text 00007eae 40100000 40100000 00002fc0 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
But that's fine thanks to using the ICACHE_FLASH_ATTR compiler directive just about everywhere. I've loads of other types of RAM left but this one has been getting near the limit...
Until... the latest SDK from Espressif - which refuses to compile my program as I'm now out of TEXT ram. I can only assume they've added some stuff.... is there any way to get some of this back? For example - am I compiling AT code which I'm not using? Or is the compiler already only pulling in what it needs? Is there any way around this - I don't want to have to start going backwards...
Pete.