-->
Page 1 of 1

Generic Read/Write from/to Flash?

PostPosted: Tue May 12, 2015 12:25 pm
by ReinholdHiller
Hi!

Does someone has generic routines that read/write chunks of memory from/to flash and wants to share?

I fear my hardware/cpu-near-c-knowledge is a little bit weak and I don't want to kill my ESP-12.

Re: Generic Read/Write from/to Flash?

PostPosted: Mon May 18, 2015 1:35 am
by tprochazka
I found this
https://github.com/anakod/Sming/blob/ma ... Settings.h
Is application framework for ESP8266 (like alternative for this project) which integrate simple file system which allow use part of ESP flash memory as disk, you can store any file into it. Maybe too much complicated, but the library contain also HTTP and FTP server implementation.