Zigbee persistent data management and non-volatile memory

Revision as of 12:53, 2 March 2023 by Registered User (Replaced content with "{{UnderConstruction}} == '''Introduction''' == Zigbee network node can be Off (power shutdown) for any reason. If network data are stored only in RAM, they will be lost. F...")
Under construction.png Coming soon

1. Introduction

Zigbee network node can be Off (power shutdown) for any reason. If network data are stored only in RAM, they will be lost. For that, we need to store some type of data, that we call Persistent Data, in a Non-Volatile Memory (NVM). These data might be stack context or cluster attributes .frame counters dynamic keys
The STM32WB storage in Flash memory is done by the mean of dedicated persistent data APIs that we will describe in this wiki.

2. References