Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9972

Update SPIFFS to close the underlying flash interface

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Implemented
    • Icon: Medium Medium
    • TIRTOS
    • TIRTOS-2029
    • TIRTOS_5_30_00
    • All
    • Hide
      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.
      Show
      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.

      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.

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: