2016-04-25 13 views
0

EclipseでATMega32を使用したプロジェクトで作業していて、すべてうまくいきました。突然、プロジェクトをビルドしてMCUにプロジェクトをダウンロードしようとしましたが、エラー:私はAVRDUDE出力をチェックするとAVRDude Eclipseで作業中にエラーが発生しました

AVRDude Error 
Could not understand the output from AVRDude. 
- Either avrdude returned an error message that is not covered by AVR Eclipse Plugin 
- or you have newer AVRDude version with a changed output format. 
In either case check the AVRDude return message below and contact the AVR Eclipse Plugin maintainers to have this fixed. 
https://sourceforge.net/projects/avr-eclipse 
Reason: 
Could not find a valid Signature in the avrdude output. 

は、私はすべての有効な部分を持って、そして最終的に私はこれだ:

Launching: C:\WinAVR-20100110\bin\avrdude -cusbasp -pm16 
Output: 

avrdude: warning: cannot set sck period. please check for usbasp firmware update. 
avrdude: error: programm enable: target doesn't answer. 1 
avrdude: initialization failed, rc=-1 
     Double check connections and try again, or use -F to override 
     this check. 

avrdude done. Thank you. 

avrdude finished 

Launching: C:\WinAVR-20100110\bin\avrdude -cusbasp -px128a3 
Output: 

avrdude: warning: cannot set sck period. please check for usbasp firmware update. 
avrdude: error: programm enable: target doesn't answer. 1 
avrdude: initialization failed, rc=-1 
     Double check connections and try again, or use -F to override 
     this check. 

avrdude done. Thank you. 

avrdude finished 

誰かが私を助け、これを解決する方法を教えてもらえますが?

答えて

1

私はAVRdudeがマイクロコントローラと対話できないと言います。 これは、uCとusbaspの間の接触が悪い場合や、uCに電源が入っていない場合があります。また、一般的な問題 - ヒューズ破損があります。 すべての手順を注意深くチェックしてください。この動作の理由がわかるはずです。

+0

あなたの答えはSidoiありがとうございました。それはuCとUSBaspの間の接続不良でした。 –

関連する問題