开源改变世界

stk500_recv():程序员没有响应 #176

推推 grbl 3年前 (2023-01-21) 190次浏览

关闭
lazydancer 打开了这个问题 2017 年 4 月 20 日 · 2 条评论
关闭

stk500_recv():程序员没有响应#176

lazydancer 打开了这个问题 2017 年 4 月 20 日 · 2 条评论

注释

stk500_recv():程序员没有响应 #176

尝试使用 grbl v1.1f 刷新 Arduino Uno 时收到错误

在 Arduino 软件上使用 grbl 库进行测试,并在 Xloader 上使用 .hex 文件进行测试。使用默认配置文件。也在另一台具有相同设置的计算机上尝试过。

想法是问题可能是 Uno R2 与 Uno R3 的板的年龄或者固件是否兼容。

BN:Arduino/Genuino Uno
VID:2341
PID:0001
SN:64935343633351303212

以下是使用 grblUpload 从 Arduino 软件读取的错误信息:

Sketch uses 30374 bytes (94%) of program storage space. Maximum is 32256 bytes.
Global variables use 1633 bytes (79%) of dynamic memory, leaving 415 bytes for local variables. Maximum is 2048 bytes.
Low memory available, stability problems may occur.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\James\AppData\Local\Temp\arduino_build_522168/grblUpload.ino.hex:i 

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

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

         Using Port                    : COM3
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200
         AVR Part                      : ATmega328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : Arduino
         Description     : Arduino
         Hardware Version: 3
         Firmware Version: 3.3
         Vtarget         : 0.3 V
         Varef           : 0.3 V
         Oscillator      : 28.800 kHz
         SCK period      : 3.3 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: reading input file "C:\Users\James\AppData\Local\Temp\arduino_build_522168/grblUpload.ino.hex"
avrdude: writing flash (30374 bytes):

Writing | ###############################################avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

谢谢

stk500_recv():程序员没有响应 #176
n0th1n6 评论了 2017 年 4 月 20 日 通过电子邮件
stk500_recv():程序员没有响应 #176
贡献者

@lazydancer:这很可能是由于您的 Arduino 上的引导加载程序较旧。尝试使用备用 Arduino 作为编程器重新烧录引导加载程序。谷歌搜索应该会引导您到正确的 Arduino.cc 页面,向您展示如何连接它。`

喜欢 (0)