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

NVMC of NRF52810

The NVMC writting functions hasn't return values, 

void nrf_nvmc_write_bytes(uint32_t address, const uint8_t * src, uint32_t num_bytes)

Does it mean that all internal FLASH writting operations will be successful? Except for erasing times to the upper limit?

In other words, for the permanent storage of user data, there is a relatively stable approach. Thanks!

Related