As will be seen in another thread I have a need to store data in non volatile memory.
I started using rEEPROM on a ESP-Wroom-32 which has a 25Q32CS1G flash. The spec for this says 32MB
I have found that with rEEPROM I cant store or retrieve more than about 1K or data
i assume 1024 byte as per rEEPROM.cpp line 14 and 17.
Changed this to 4096 as an experiment and based on advise from another thread with no change in store and retrieve size that I can see
The searching i've done as ESP Arduino etc sheds almost no light on how much memory in the on board flash is actually available to the user. Some answers say none at all!
Can anyone shed light on this, and if it is greater than 1024 how to access it please
I started using rEEPROM on a ESP-Wroom-32 which has a 25Q32CS1G flash. The spec for this says 32MB
I have found that with rEEPROM I cant store or retrieve more than about 1K or data
i assume 1024 byte as per rEEPROM.cpp line 14 and 17.
Changed this to 4096 as an experiment and based on advise from another thread with no change in store and retrieve size that I can see
The searching i've done as ESP Arduino etc sheds almost no light on how much memory in the on board flash is actually available to the user. Some answers say none at all!
Can anyone shed light on this, and if it is greater than 1024 how to access it please