Skip to content

ESP-IDF with ESP32-C6 Workshop - NVS part should contain custom NVS instead of system for storing custom data #125

@georgik

Description

@georgik

The workshop is using system NVS partition to store data.

The recommended approach is to create a new NVS partition to store custom data and leave the system one for Wi-Fi and other subsystems.

Having separate partition have several benefits:

  • isolation from system data
  • better wear leveling
  • reduced of risk of running out of storage if system writes something into the partition

Suggestion: Explicitly mention an approach to create new nvs partition, so that it's not shared with system.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions