Store json config in spi flash or eeprom

Hi All,

I want to store my config parameters as json file.where should I store it in EEPROM or spi flash
I was looking for documentation about storing it in spi flash but couldnt find it .
Has anyone done it before and what library did you use for writing to spi flash?
I am using Argon board

Many Thanks

Nabeel

If your data fits into EEPROM and you don’t need that space otherwise I’d stick with that as it does not require any special library or treatment.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.