zoukankan      html  css  js  c++  java
  • Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)成功烧录方法

    问题:

    Arduino:1.6.3 (Windows 7), 板:"Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

    Sketch uses 846 bytes (2%) of program storage space. Maximum is 30,720 bytes.

    全局变量使用了9字节,(0%)的动态内存,余留2,039字节局部变量。最大为2,048字节。

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xec

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xec

    上传出错。查看页面 http://www.arduino.cc/en/Guide/Troubleshooting#upload 获取建议。

    报告将会包含更多的信息

    "在编译时,输出详细信息"

    解决方法:

    用usb转ttl接好线,

    键在于按RESET键的时间,差不多刚刚点下烧写的按钮之后,就可以按RESET键了.尝试几次应该就可以发现规律了。

    也可以通过出现“上传…”字样,马上按下复位键。

    image

    参考:

    http://www.geek-workshop.com/thread-8436-1-1.html

  • 相关阅读:
    关于IP4上WIFI设置静态IP的一点经验
    迷你MVVM框架 avalonjs 1.1发布
    r.js合并实践
    IE6的checkbox, radio是通过defaultChecked决定是否选中
    2013年最后的收成:avalon1.0正式发布
    还要多少年, 前端开发才能像后端那样轻松
    JavaScript Promise:去而复返
    JavaScript 18岁生日快乐
    web界面上的字体兼容方案
    键盘钩子原理----开发按键发音程序
  • 原文地址:https://www.cnblogs.com/smbx-ztbz/p/4656338.html
Copyright © 2011-2022 走看看