How does esp8266 upload, store and execute code ?
Posted: Tue Feb 14, 2017 11:24 am
When looking at specs of Esp8266 it very often refers to firmware or TCP/IP stack embarked on the chip: When programming with Arduino IDE, does it use some kind of bootloader and permanent libraries on the chip or does it flush all the chip memory and upload all necessary libraries every time ?
The board also have a flash memory chip: can anyone explain how this flash memory is used ? Is the code loaded on that memory chip and a firmware is loaded on the esp to load and execute the code from the flash memory ?
Thank you for any explanation.
The board also have a flash memory chip: can anyone explain how this flash memory is used ? Is the code loaded on that memory chip and a firmware is loaded on the esp to load and execute the code from the flash memory ?
Thank you for any explanation.