Question
Is there a way I can reserve a region of flash to read/write at runtime? I’m using STM32CubeIDE.
My application has a few hundred bytes of data that need to be stored in flash. It won’t change often, but will be changed. I’d like to reserve an address range. I know how to read/write flash. Not sure how to decide where to put the data. Any mechanism for this?