Save/Read files in Nucleo-F767ZI flash

Hello Matt,

Our settings are held in binary form, i.e. just write the struct to flash.

You can use the Flash IAP API to write binary data (an array) to the flash memory and then read it back after reset. This thread might help.

Best regards, Zoltan