NVM write error flash_nrf: invalid address: 0x00100ff8:8

In my project, using nrf52840 controller, I am trying to store 253 bytes of data in NVM, but I encounter an error: "flash_nrf: invalid address: 0x00100ff8:8." Is there any solution available to solve this issue?

Related