1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Arduino M0pro をAtmelStudio からプログラミング

Last updated at Posted at 2020-04-16

問題

プログラムを書き込もうとするとエラーになる。


Verifying Flash...Failed! address=0x0000 expected=0xa8 actual=0xff

image.png

解決

NVMCTRL_BOOTPLOTを0Bytesに設定しProgramするとVerifyがOKになった。

image.png

参考

https://www.avrfreaks.net/forum/samd21-verifying-flashfailed
同様の現象で困ってるとの質問があった。

AtmelStudio で Arduino M0 PRO を動かしてみよう

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?