【问题标题】:Arduino is not uploading on the board [closed]Arduino没有上传到板上[关闭]
【发布时间】:2016-09-27 12:56:46
【问题描述】:

我使用的是 Windows 8.1,当我尝试上传时出现以下错误:

rdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x75

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

在文件 -> 首选项中启用“在编译期间显示详细输出”选项后,此报告将包含更多信息。

以下错误弹出。在此之前,代码用于上传但不再。 谢谢

【问题讨论】:

  • 根据站点规则,这看起来不像是编程问题。
  • @Olaf 开发工具问题是明确的主题,因此当前显示的关闭原因不正确。然而,目前这个问题的细节太少,除了一般性建议之外,无法回答任何问题,因此题外话。
  • @ChrisStratton:这看起来像是操作系统/硬件问题,很像“我的鼠标不工作,但我收到内核错误消息”。并非每个涉及软件开发工具的问题(无论如何提出)都是主题。
  • 不,这是最常见的问题。

标签: embedded


【解决方案1】:

发生这种情况

  • 如果选择的板子不正确

  • 如果选择的 COM 端口不正确

  • 如果有任何东西插入针脚 0 或 1

  • 如果您的 atmega 芯片不包含引导加载程序

  • 如果微控制器(atmega 328 或 168)烧坏了

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-24
    • 2016-10-29
    • 2019-12-28
    • 2015-03-31
    • 2021-04-11
    相关资源
    最近更新 更多