Hi,
I am using a custom NRF52832 board. I am using Nordic SDK + BLE code, and whenever I am trying to do an erase of flash memory with start address as 0x70000 and end address as 0x70100, I am getting "SOFTDEVICE: INVALID MEMORY ACCESS" error. I checked like whether I was trying to erase a memory area in the soft device protected area, but I found like the flash memory area does not belong to the softdevice protected region.
Can you please guide me on how to resolve this issue.
I am using nrf_nvmc_page_erase() function to erase the flash memory area.