I'm designing a system with a ESP8266 connected via uart to an external microcontroller.
The external microcontroller needs a flash area of 64KB in order to save some data. I'm thinking of using the unused flash area inside ESP8266 instead of adding an external flash.
Is there a way to read/write ESP8266 flash via UART, maybe using AT commands?
Thank you!
Lorenzo