Hi,
iam trying to write the data in nvs which i give input through GATT.i can read and write in nvs when not using gatt,BT.
I have 2 codes,1 is working but without GATT and BT.
another 1 is not working with GATT and BT.
Working code prj.conf
Non working code prj.conf
working code partitions.yml
non working code partitions.yml
while initialise the nvs i got the following error,
[00:00:00.059,661] <err> flash_nrf: invalid address: 0x00080ff8:8
Error: Failed to write JSON data to NVS, rc=-22
in wrking code there is a separate partition for nvs,but in non working code there is not.i use the same build config for both the codes.is it because of enabling the GATT and BT?Please someone guide