Skip to content

avrdude: stk500v2_ReceiveMessage(): timeout Caused by String #1717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JLLeitschuh opened this issue Dec 4, 2013 · 1 comment
Closed

avrdude: stk500v2_ReceiveMessage(): timeout Caused by String #1717

JLLeitschuh opened this issue Dec 4, 2013 · 1 comment
Labels
Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory Type: Duplicate Another item already exists for this topic

Comments

@JLLeitschuh
Copy link

OS: OSX Mavericks
Board: Arduino Mega 2560
Both of these codes compile:

  1. http://pastebin.com/NDE9V6fH
    This compiles and then throws errors
    Error:
    avrdude: stk500v2_getsync(): timeout communicating with programmer
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout
    avrdude: stk500v2_ReceiveMessage(): timeout

  2. http://pastebin.com/LLPNvSMm
    This compiles and runs properly

[NOTE: Line is commented where change is made]

@cmaglie
Copy link
Member

cmaglie commented Dec 6, 2013

Duplicate of #392

You must upgrade the bootloader, or workaround by removing the three consecutive "!!!" from the code.

C

@cmaglie cmaglie closed this as completed Dec 6, 2013
@per1234 per1234 added Type: Duplicate Another item already exists for this topic Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory labels Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants