I am using the Atmel-Ice programmer with the atsams70q21 processor.
When I use these scripts for programming and veryfing, the verify fails.
Program script: atprogram.exe -t atmelice -i swd -d atsams70q21 program -c -f file.hex
Verify script: atprogram.exe -t atmelice -i swd -d atsams70q21 verify -f file.hex
The above scripts are fine when I use a samice programmer!
When I do a program and verify at once on the atmelice, then programming and verifying are fine!
Program/verify script: atprogram.exe -t atmelice -i swd -d atsams70q21 program -c -f file.hex --verify
What is the difference between the "verifiy" and the "--verify" command?