Hi,
We are looking at using the key:value store functionality defined in mesh_config.h. Can you provide some additional detail on
HW and or SW configuration required to use the MESH_CONFIG_STRATEGY_ON_POWER_DOWN strategy.
Per the nRF52840 PSv1.1, the NVIC doesn't permit writing to FLASH once a brownout is detected (or at least that is our understanding).
How should we trigger the FLASH write? Do we need to monitor a voltage level over a CAP or similar outside of the SoC?
Our device is line-powered. Mesh SDK v3.0 and Nordic SDK 15.2. We see the mesh_config is used to persist a few Mesh Stack variables, but
weren't able to find any that are rapidly changing or use the power down strategy.
Erik