You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi Alex, there's the STM32F1Flash module which will let you access the flash.

    You've just got to be aware that it works in pages. You can't just keep writing a single value - once you've written a value, to change it you've got to erase the whole page.

    Someone could make an EEPROM emulation module though - effectively a little journalling database that worked around the limitation.

About

Avatar for Gordon @Gordon started