-
Notifications
You must be signed in to change notification settings - Fork 149
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
7e94ed4442b breaks flashing GT2560 boards #1503
Comments
@diresi Yes, C9 is a bit high with 1 µF, so the 50 ms dis/charge time in the |
Another way is to change C9 to something like 100nF, and then see if avrdude 7.2 version works or not. |
Geeetech GT2560 [1] use 1uF capacitors in their DTR/RESET line and 50ms seem to be a tad to short. 80ms works well (here). fixes avrdudes#1503 [1] https://www.geeetech.com/wiki/images/d/d3/Hardware_GT2560_RevA%2B.pdf
Geeetech GT2560 boards [1] use 1uF capacitors in their DTR/RESET line and 50ms seem to be a tad too short. 80ms works well (here). fixes avrdudes#1503 [1] https://www.geeetech.com/wiki/images/d/d3/Hardware_GT2560_RevA%2B.pdf
That was solid advice :) I was playing with the idea of replacing C9 already (since I broke the original SMD one when attaching probes) but then again, maybe someone else is also using that board, right? |
OK, further tests have demonstrated that the board design and too high out-of-specs Vcc led to the board being put into HVPP mode. Tinkering with |
Hi,
I have a 3d printer running a GT2560 [1] board, which is essentially an ATmega2560 with a CH340C as USB-to-Serial converter.
I found that flashing works with avrdude 6.3 but not with 7.2.
It took me a while to trace that to DTR handling that was changed in #1309.
Flashing works again when reverting commit 7e94ed4 in wiring.c.
[1]
https://www.geeetech.com/wiki/images/d/d3/Hardware_GT2560_RevA%2B.pdf
The text was updated successfully, but these errors were encountered: