Hi,
do sd_flash_page_erase or sd_flash_write provide any guarantees that the command has executed successfully or should I do a manual check to verify if the page was really erased or the data was written correctly?
Thanks, Marius
Hi,
do sd_flash_page_erase or sd_flash_write provide any guarantees that the command has executed successfully or should I do a manual check to verify if the page was really erased or the data was written correctly?
Thanks, Marius
You mean like, when you call sd_flash_write(...), it will write the data in NVM and then read it back and compare it to the original data and make sure it was written correctly? My assumption is no, but I am also curious to know if it does that! Let's hear from a Nordic...
You mean like, when you call sd_flash_write(...), it will write the data in NVM and then read it back and compare it to the original data and make sure it was written correctly? My assumption is no, but I am also curious to know if it does that! Let's hear from a Nordic...