I have the BMD350 from Rigado. I am using Segger embedded studio with SDK v 15.2.0
I have the buttonless DFU working with my custom application that has the buttonless DFU and the nordic uart service (NUS).
I would like to use the app data section of flash that does not get written during a DFU. I would like to store application configuration data there.
I am having a hard time finding clear examples of doing this. I have read some topics mentioning the "pstorage_platform", the "device manager",
and have seen some hard coded addresses. Also have read many topics about the "dfu_types" to edit the DFU_APP_DATA_RESERVED value.
This has not lead me to a path to get started.
I'm looking in the "flash_placement.xml" file and do not see a section dedicated to "app data" or "user data" or "pstorage", so I'm thinking it's not as simple as defining a C array or structure
with the "SECTION" attribute in the linker?
If you could point me to an example of using this application data section of flash or list a quick step by step getting started that would be great.
Below is the segger flash_placement.xml for my project.