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!