2013-12-20 58 views
0

我在Arduino的納米V3工作,但是當我上傳與ROM功能的程序,我adruino在無限循環進入,打破了可能性上傳新的方案:■重置Arduino的納米V3

我試一下:

- Push reset button on board => no result 
- Only connect TX/RX => no result 

解決方案?

我有2個重置引腳,但不知道如何使用它。我只有一個arduino。

錯誤消息:

avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36 
    Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ 
    Copyright (c) 2007-2009 Joerg Wunsch 

    System wide configuration file is "C:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf" 

    Using Port     : \\.\COM4 
    Using Programmer    : arduino 
    Overriding Baud Rate   : 57600 

avrdude: Send: 0 [30] [20] 
avrdude: Send: 0 [30] [20] 
avrdude: Send: 0 [30] [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x00 

avrdude done 

謝謝。

感謝的對你有所幫助

+0

你得到了什麼錯誤?這裏沒有問題.... –

+0

他想知道如何完全重置芯片,我想。 – DrCord

+0

是的就是這樣:) – Hantse

回答

0

如果您有其他的Arduino遊逛,您可以使用,作爲一個ISP編程。

方法如下:http://www.arduino.cc/en/Tutorial/ArduinoISP

繼該教程將迫使芯片通過ISP接口進行復位,因爲它們與系統中斷編程。

*我曾經遇到過這種情況,當時我正在使用微型處理器,並且沒有時間補償功能,該芯片在Windows上模擬USB設備,所以當它插入時,設備會以最快的速度循環核心可能會發現它自己無法接收重置拉或字符編程。