简体   繁体   English

Mega Arduino 2560和Eclipse

[英]Mega Arduino 2560 and Eclipse

I have an Arduino Mega 2560 . 我有一个Arduino Mega 2560 I want to make it communicate with Eclipse in order set a program on it. 我想使其与Eclipse通信以便在其上设置程序。 I have managed to work with Arduino Uno and Arduino Pro Mini until now. 到目前为止,我已经设法使用Arduino UnoArduino Pro Mini

With Arduino Mega 2560, though, I get the error shown on the photo below. 但是,使用Arduino Mega 2560时,出现以下照片所示的错误。 I have used at the programmer "Arduino" , "STK500 v2" and "v1" at 57600 and at 115200. I get the error at the photo all the time with Arduino programmer. 我曾在57600和115200上使用过编程器“ Arduino”,“ STK500 v2”和“ v1”。在使用Arduino编程器的过程中,我始终会在照片中出现错误。 With STK500 , I get an error that says: 使用STK500时 ,出现错误消息:

Timeout while trying to access AVRdude programmer" 尝试访问AVRdude程序员时超时”

Is there a solution? 有解决方案吗?

错误的PrintScreen

AVRdude emits a line like this: AVRdude发出这样的一行:

avrdude: Device signature = 0x1e9702

which identifies the device, ie the exact type of chip it's connected to (the above is for the ATmega128). 它可以识别设备,即设备所连接芯片的确切类型(上面是针对ATmega128的)。 Your plug-in is probably not aware of the particular signature emitted for the ATmega2560. 您的插件可能不知道ATmega2560发出的特定签名。

It would be nice if you had included the GUI occluded by the error dialog, where the MCU type is configured ... 如果您包括了错误对话框所遮盖的GUI(在此对话框中配置了MCU类型),那将是很好的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM