Espressif_Faye wrote:
您好,
内存有限,iram 无法再调整。
请在您自定义的函数前加上 ICACHE_FLASH_ATTR 定义,将其存放在 Flash 中,仅调用时才加载到 cache 运行。
例如,Code:
void ICACHE_FLASH_ATTR
user_test_start(void)
{
... ...
}
感谢您对 ESP8266 的关注!
Statistics: Posted by clough2004 — Tue Oct 20, 2015 4:27 pm
Code:
void ICACHE_FLASH_ATTR
user_test_start(void)
{
... ...
}
Statistics: Posted by ESP_Faye — Tue Oct 20, 2015 9:58 am
Statistics: Posted by clough2004 — Mon Oct 19, 2015 12:02 pm