Hi all,
I need to use the line command atprogram to set fuses of an ATSAMD10D14AU.
In particular, I need to set the value of USER_WORD_0.NVMCTRL_BOOTPROT
I tried
atprogram -t atmelice -i SWD -d ATSAMD10D14AU write -fs --values D8E0C7FF
The command seems to run successfully, but nothing changes in the fuse configuration.
Actually, I think that multiple values should be specified, since the fuse configuration of the ATSAMD10D14AU is made of several words, but I don't know how to do it.
Anyone can help?
Thank you