Search found 3 matches
- Mon Jul 22, 2024 9:56 am
- Forum: General Discussion
- Topic: Data Storage
- Replies: 5
- Views: 1455
Re: Data Storage
Thank you for your response. I understand that the NVS partition is meant to be accessed via the NVS API and that direct writes can cause issues. However, I observed some curious behaviour that I hope you can help me understand. I retained data upon restart when I saved data in the 0xE000 to 0xEF00 ...
- Fri Jul 19, 2024 12:59 pm
- Forum: General Discussion
- Topic: Data Storage
- Replies: 5
- Views: 1455
Re: Data Storage
I've been experiencing issues with data retention within the NVS storage range on my ESP32-S2-Solo-U device. According to the built-in partition table, the NVS storage spans from address 0x9000 to 0xEFFF. However, any data stored in the address range from 0x9000 to 0xA500 is not retained after a res...
- Fri Jun 14, 2024 10:15 am
- Forum: General Discussion
- Topic: Data Storage
- Replies: 5
- Views: 1455
Data Storage
I am experiencing issues with the NVS storage on my ESP32-S2-Solo-U device. According to the built-in partition table, the NVS storage is available from address 0x9000 to 0xEFFF. However, I am unable to retain the data stored in the address range from 0x9000 to 0xA500. I need assistance to understan...