This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

flash update just 1 byte

Hi, I'm using nrf51 without ble.

I want to update flash but not want to delete PAGE every time.

	NRF_NVMC->ERASEPAGE = (uint32_t) page_address;

How can i do?

Related