arduino uno r3上传报错,换一块没问题-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 509|回复: 4

[未解决] arduino uno r3上传报错,换一块没问题

[复制链接]
发表于 2022-5-25 15:28 | 显示全部楼层 |阅读模式
本帖最后由 逐日 于 2022-5-25 16:23 编辑

arduino uno r3上次报错。
我插着一块拓展板,板上插着两个MG995舵机。一开始还可以。后来老是要拔插usb线才能上传。
最后就不行了。
上传时候板上TX微弱的闪几下,RX灯无反应。

(其他都不变,换一块板子没有问题)
#define led 13
void setup(){
    pinMode(led,OUTPUT);
}

void loop(){
    digitalWrite(led,1);
    delay(1000);
    digitalWrite(led,0);
    delay(1000);
}

项目使用了 924 字节,占用了 (2%) 程序存储空间。最大为 32256 字节。
全局变量使用了9字节,(0%)的动态内存,余留2039字节局部变量。最大为2048字节。
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xae
Problem uploading to board.  See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xae


发表于 2022-5-25 16:25 | 显示全部楼层
bootloader的问题吗
发表于 2022-5-25 16:31 | 显示全部楼层
看起来像BL的问题
 楼主| 发表于 2022-5-25 16:32 | 显示全部楼层
sangshu 发表于 2022-5-25 16:25
bootloader的问题吗

刚刚试了烧录引导程序,也是报avrdude: stk500_recv(): programmer is not responding。
 楼主| 发表于 2022-5-25 16:35 | 显示全部楼层
本帖最后由 逐日 于 2022-5-26 09:41 编辑

今天试了烧录bl,提示DEVICE SIGNATURE = 0x757575错误

bl

bl
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2025-1-1 21:07 , Processed in 0.114726 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表