Enable automatic page write mode. The new data will be written to NVM automaticly.
config_nvm.manual_page_write = false;
Note: If automatic page write mode is disabled, the data will not write to NVM until the NVM write command has been invoked. For safe use of the NVM module, disable automatic page write mode and use write command to commit data is recommended.