github-actions bot changed the title IRAM0 segment data does not fit IRAM0 segment data does not fit (IDFGH-11114) Sep 21, 2023 espressif-bot added the Status: Opened label Sep 21, 2023 Author Abhay-2412 commented Sep 21, 2023 Total sizes: Used static DRAM: 38048 bytes ( 86532 re...
After an upgrade to ESP-IDF 3.1 my code stopped fitting into IRAM: $ make LD build/(...).elf ld.exe: (...).elf section `.iram0.text' will not fit in region `iram0_0_seg' ld.exe: region `iram0_0_seg' overflowed by 2245 bytes collect2.exe:...
Project fails to build with "section.iram0.text' will not fit in regioniram0_0_seg`" Steps to reproduce Code to reproduce this issue Debug Logs -Os. It was on-Og Okay I was able to figure out what was taking so much IRAM. I was using nimble SPP and it alone takes 74% of the ...