-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hello,
I have an application making use of the Zephyr Flash Map storage functions:-
https://docs.zephyrproject.org/latest/services/storage/flash_map/flash_map.html#flash-map
I use this as-is successfully with Nordic's own nRF52840 dongles. This uses a base address for the storage_partition of 0x7A0000.
When using the MDK dongles - with either the old 0.2 or new 0.7 UF2 bootloader, the flash configuration file I'm merging into my app file appears not to be being read.
Your flash layout diagram on this page doesn't mention where any storage_partition as per the DTS file would be located:-
https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/programming/uf2boot/#flash-memory-layout
Could you please give me a pointer as to how your device (programmed using Nordic SDK) would layout the storage_partition so I can set a correct base address for my configuration data?
Thank you in advance.
Regards,
Adam.