Skip to content

SPIFFS flash memory addresses #286

Open
@PramoSan

Description

@PramoSan

Hi all,

I referring the spiffsexternal example to save multiple text files in the TI Launchpad LAUNCHXL-CC1352R1.
How should make boundaries within the files in spiffs file system. in the nvs driver I can achieve this with region offset address.

SPIFFS_write(&fs, fd, (void *) &message, MESSAGE_LENGTH)

But, this doesnt have a region offset value as NVS driver.

So, should I have to define multiple file systems and mount them to save my different files?
If its possible, are the region offsets handle automatically?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions