ESP8266 512k flash: compiling using RTOS SDK 1.3
Since update from version 1.2 to 1.3 of Espressif’s RTOS SDK, if you try to compile anything targeting a 512kB flash device you get this message:
1 |
`.irom0.text' will not fit in region `irom0_0_seg' |
In this post I will show you how to organize and compile a project to using the RTOS SDK and how to solve the above problem. This post […]