Arduino sketch runs out of RAM. Can use ICACHE_FLASH_ATTR?
Posted: Sun Jul 05, 2015 11:42 pm
Suppose ESP8266 Arduino sketch runs out of RAM space. Can one prefix the loop() and setup() function with ICACHE_FLASH_ATTR so that the code goes into the Flash instead of RAM? Will this help?