-->
Page 1 of 1

Arduino sketch runs out of RAM. Can use ICACHE_FLASH_ATTR?

PostPosted: Sun Jul 05, 2015 11:42 pm
by helpme
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?