Erasing NVS memory #11023
Unanswered
grzegorzwozny
asked this question in
ESP32
Erasing NVS memory
#11023
Replies: 1 comment 2 replies
-
At the moment, I see only one option to erase the NVS partition. Based on the address and size information of the NVS partition:
I can use esptool to achieve this, like this: But this is not a solution. I looking for a function for do this... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How to erasing Non-Volatile Storage memory in ESP32 using MicroPython?
I store data in NVS as
key:value
in namespace:In C/C++ is it easy to do using nvs_flash.h module:
In class
esp32.NVS
I see only one functionNVS.erase_key(key)
to erase single key but how to erase all namespaces and keys?Beta Was this translation helpful? Give feedback.
All reactions