Saving Preset Data to STM32F373
I have an app running on an STM32F373 and need to save 'presets' as persistent non-volatile data. Each preset is 500bytes and I would like to save at least 100 presets.
What is the simplest method? Should I use a removable SD card type solution, or is there non-volatile memory I can use which will take enough 'read-write' cycles to be used to save presets? I guess having a removable SD card solution would have some benefits, like using json file format so presets can be created outside the uC.
Thank you,
