hi guys
sry for this,
but i am not sure for this, have we or have we not.
edit: read just in time
edit: and the doc
Once a full user API is in place for partition access, these limitations will be resolved and you'll be able to use the partition mechanism fully for storing data in flash.
is there a small info about the "new" spi flash organice on the ESP32, where we can store small data on the spi flash?
i try just in time to store small pic data and other binary for the web srv.
for the esp31 have take in jan 2016
Code: Select all
#define APKNAME "ESP32AP.apk" // name of Android APK
#define APKADDR 0x12000 // ADDR of Android APK on SPI Flash
#define APKSIZE 138412 // size of Android APK ( 138.412 kb )
#define DONEPIC "done.jpg" // name of picture
#define DONEADDR 0x35000 // ADDR of picture on SPI Flash
#define DONESIZE 36569 // size of picture in Bytes
now i have done the same on ESP32 without Files on Flash,
but now i try to build in two files on System SPI Flash
recall me on this for ESP32
bootloader : 0x 1000
partitions_singleapp bin: 0x 4000
app bin : 0x 10000
we can use the space after partitions_singleapp.bin and app.bin ?
are there stored data, keys?
my second question is,
for data transfer over wifi, how much can we setup the highest size of unsigned char VAR for this?
my doing is just in time to split each file bigger then 1024 and send 1024 packets.
thank you
best wishes
rudi