[SOLVED] emFile Metadata on FRAM

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • [SOLVED] emFile Metadata on FRAM

      If we use FAT32 format for NAND flash, the flash will wear out quickly because we are updating the directory structure each time we write a page of data. We are using a 512MB flash device and storing 400MB each day, so there isn’t a lot of space for wear leveling. One though would be to use FRAM to store the file metadata (directory structure) and the NAND to store only the sample data. Is there a way to separate the metadata and data in emFile so that they can be stored on different devices?
    • Hello John,

      The management data has to be stored on the same storage device as the file data. It is not possible to store them on separate storage devices. You can reduce the number of write operations performed by the file system by configuring a sector cache in write back mode. You can find more information about the sector cache in the section "5.1 Sector cache" of the emFile manual.

      Best regards,
      Marius
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.