c - Mega Arduino 2560 和 Eclipse

标签 c eclipse arduino avr-gcc avrdude

我有一个Arduino Mega 2560 。我想让它与 Eclipse 通信,以便在其上设置程序。我已成功与 Arduino Uno 合作和 Arduino Pro Mini到目前为止。

但是,使用 Arduino Mega 2560 时,我收到下图所示的错误。我在 57600 和 115200 上使用了编程器“Arduino”、“STK500 v2”和“v1”。我在使用 Arduino 编程器时总是出现照片上的错误。与STK500 ,我收到一条错误消息:

Timeout while trying to access AVRdude programmer"

有解决办法吗?

PrintScreen of the Error

最佳答案

AVRdude 发出这样的一行:

avrdude: Device signature = 0x1e9702

它标识设备,即它所连接的芯片的确切类型(以上适用于 ATmega128)。您的插件可能不知道为 ATmega2560 发出的特定签名。

如果您包含了被错误对话框遮挡的 GUI,其中配置了 MCU 类型,那就太好了...

关于c - Mega Arduino 2560 和 Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15138580/

相关文章:

android - 使用 setContent 时自定义通知崩溃

eclipse - 如何查询 RTC 版本?

c - 将百分比值分配给一系列值

namespaces - Arduino如何使用命名空间?

arduino - Arduino能否以1-4 kHz的微秒采样音频?

c - 我在这个非常基本的 C 代码中得到一个 "Error: Can' t Open Display,但我不明白为什么

c - 初学者 : How to use an array instead of several variables; loops, 结构基础知识

java - Osgi eclipse : how to export package from a fragment bundle and make them visible to an external bundle?

c - make 是否适合选择要包含的功能

c - 在 C 中定义 #if 预处理器条件