Ariduino Nano 互換ボードのIDE書込みエラー
1890 ワード
Arduino Nano 互換ボード 書込みエラー対応
状況
Arudino Unoの構成を小型化したくて、Arudino Nanoの安価な互換ボードを入手。
テストで空のスケッチを書き込むと、フラッシュの書き込み時にエラーになってしまう。
Arduino:1.8.10 (Windows 10), ボード:"Arduino Nano, ATmega328P"
ErrorMessage
最大30720バイトのフラッシュメモリのうち、スケッチが444バイト(1%)を使っています。
最大2048バイトのRAMのうち、グローバル変数が9バイト(0%)を使っていて、ローカル変数で2039バイト使うことができます。
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x7e
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe6
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xfe
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x60
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xfe
スケッチの書き込み中にエラーが発生しました
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf8
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x86
「ファイル」メニューの「環境設定」から
「より詳細な情報を表示する:コンパイル」を有効にすると
より詳しい情報が表示されます。
対処方法
メニューのツールから下記の設定を行う
ボード: Arduino Nano
プロセッサ: ATMega328P(OldBootStrap)
書込装置:ArduinoISP
おとなしく書込み終了するので、うまくいったのに気づきませんでした。
Author And Source
この問題について(Ariduino Nano 互換ボードのIDE書込みエラー), 我々は、より多くの情報をここで見つけました https://qiita.com/dekewai/items/256078d79ba408312858著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .