用ARDUINO的IDE编译软件编写程序一直上传不了,是怎么回.....
2014-11-072.8万
AI 快速预览详细
本文讨论了在使用Arduino IDE编译程序时遇到的stk500_getsync错误。这种错误通常是由于通信问题引起的。文章提供了详细的故障排查步骤,包括检查USB线、重启Arduino板、更换驱动程序等方法。通过这些步骤,用户可以有效地解决上传失败的问题,继续进行Arduino开发。
|
Sketch uses 5,316 bytes (16%) of program storage space. Maximum is 32,256 bytes. Global variables use 435 bytes (21%) of dynamic memory, leaving 1,613 bytes for local variables. Maximum is 2,048 bytes. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00 avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00 提示一直跳出以上提示,是怎么回事? |





还不算太笨
1 t.qq.com/aomenyongl6499
你先在arduino里面把blink这个样例代码打开,然后正确的选择你的板子,你的端口。
烧录
如果有问题,这个时候就会出现问题,如果这个烧录没有问题,那就说明硬件可能是没有问题的。
然后再看到底是哪里可能出现问题的。先检查程序,然后是线,然后是板子。
另外提问题的时候,建议将代码发上来,如果有ide截图就更好了,这样能方便别人帮你找到问题。否则你就这样发上来一堆错误提示,其实真不知道该怎么帮你解决问题。
你说是吗?