我始终如何尝试通过Arduino在Attiny上编译该错误?

时间:2018-08-07 00:25:39

标签: arduino-uno

我对使用微控制器Attiny85有疑问。我曾经遵循某些网站上提供的步骤。直到引导加载程序完成。然后,当我尝试编译它时,但我尝试将代码加载到Arduino中,但它不起作用。我已经尝试了很多,但是所有这些都失败了。在此先感谢您的解答。

随附以下消息。

Arduino:1.8.5(Windows Store 1.8.10.0)(Windows 10),Placa:“ ATtiny85,是(常规Arduino串行/ USB上传),8MHz内部振荡器,可用Millis和Tone,支持Bin,Hex和Dec ,更好或等于1.666%错误(默认),已启用LTO,2.7v“

该草图使用512字节(6%)的程序存储空间。最大为7634字节。 全局变量使用18字节(3%)的动态内存,剩余494字节用于局部变量。最大为512个字节。

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

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

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

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

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

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

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

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

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

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

An error occurred while the sketch was loaded

0 个答案:

没有答案