-
Enhancement
-
Resolution: Implemented
-
Medium
-
TIRTOS
-
TIRTOS-2029
-
TIRTOS_5_30_00
-
All
-
The SPIFFSNVS implementation only calls NVS_close() when doing compatibility checking within SPIFFSNVS_config().
NVS_close() should be called at the end of a session during SPIFFS_unmount(). If NVS_close() is not called, the external flash device does not get issued a powered command. This may result in unnecessary power consumption.