Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIFFS flash memory addresses #286

Open
PramoSan opened this issue Mar 10, 2022 · 0 comments
Open

SPIFFS flash memory addresses #286

PramoSan opened this issue Mar 10, 2022 · 0 comments

Comments

@PramoSan
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant