Set as required
Not sure if there's a problem here
Write data, it fails
If I block out CONFIG_FLASH_MAP=y
Can write successfully, but many errors
Set as required
Not sure if there's a problem here
Write data, it fails
If I block out CONFIG_FLASH_MAP=y
Can write successfully, but many errors
Hi,
Your settings partition and custom NVS partitions are probably overlapping in addresses.
You need to statically declare then in either a pm_static or in your .dts depending on which version of nRF Connect SDK you're using.
Kind regards,
Andreas
Hi,
Your settings partition and custom NVS partitions are probably overlapping in addresses.
You need to statically declare then in either a pm_static or in your .dts depending on which version of nRF Connect SDK you're using.
Kind regards,
Andreas
Thank you for your reply. I am using nRF connect SDK 2.6.0. How can I set up NVS partition and custom partition?
You can for instance see this sample https://docs.nordicsemi.com/bundle/ncs-2.6.0/page/zephyr/samples/subsys/nvs/README.html
Kind regards,
Andreas