ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-18T20:49:46+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2025 2016-04-18T20:49:46+08:00 2016-04-18T20:49:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2025&p=6517#p6517 <![CDATA[Re: Error: will not fit in region `iram1_0_seg']]>
Did you add "IRAM_ATTR" before your user functions?
The "IRAM_ATTR" definition will put the function into iram.

Statistics: Posted by ESP_Faye — Mon Apr 18, 2016 8:49 pm


]]>
2016-04-14T15:42:29+08:00 2016-04-14T15:42:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2025&p=6449#p6449 <![CDATA[Error: will not fit in region `iram1_0_seg']]>
I´m Trying to compile a project with RTOS SDK v1.4.0, but this message that I have no IRAM memory space appears .
-How can I fix it?
-Is there any way to expand IRAM memory?


I'm trying to save variables in the rom by "ICACHE_RODATA_ATTR" but the console shows me this message: Free IRaM: -188 or 16196 if 48K IRam.

I like to know where can I get the datasheet of the "Tensilica L106 DiamondTensilica L106 Diamond MCU" with the information memory mapping , etc ...

Thanks in advance!!!

Statistics: Posted by iolaso — Thu Apr 14, 2016 3:42 pm


]]>