Skip to content

Commit 76b0521

Browse files
committed
Send NVMCRTL write-back command after modifying USER ROW
1 parent 4b70386 commit 76b0521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flash/nor/at91samd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ static int samd_modify_user_row(struct target *target, uint32_t value,
517517
goto out_user_row;
518518
}
519519

520+
samd_issue_nvmctrl_command(target, SAMD_NVM_CMD_WAP);
521+
520522
/* Success */
521523
res = ERROR_OK;
522524

0 commit comments

Comments
 (0)