Hello,
I am using sdk 12.2 and nrf52 dk.
I am storing some data in flash using ( sd_flash_write((uint32_t*)0x4F800,m_deadbeef, sizeof(m_deadbeef));) and I am able to read the data back but I am not able to erase flash data using
sd_flash_page_erase(0x4F800);
How can I resolve this issue?
Thanks,