Hardware: nRF5340 DK
Software: NCS 2.2.0
IDE: VSCode (nRF Connect)
Hi,
I am attempting to create my own partition in flash. I've done this before on an nRF53832 DK running an older version of NCS but have not been successful in porting this over to the nRF5430.
Are there examples of overlay/yaml files that show how to do this on the nRF5340? The reason behind this is, I've had issues writing user data to flash using NVS since the zephyr stack also uses NVS to write bond data to flash. I write my own data to flash with no errors returned but upon reading back the same data, it returns garbage even though the correct number of bytes are returned.
Thanks for any information regarding this matter,
Tom