spiffs icon indicating copy to clipboard operation
spiffs copied to clipboard

SPIFFS flash memory addresses

Open PramoSan opened this issue 3 years ago • 0 comments

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?

PramoSan avatar Mar 10 '22 13:03 PramoSan