Resolved! 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 ...