-
Notifications
You must be signed in to change notification settings - Fork 145
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
Which programmer supports "-E reset"? #1711
Comments
Good question! Originally
Maybe the hardware pros amongst the team can help out with alternative ways of doing what you want to achieve... @mcuee @MCUdude |
I'm too young for that, but I think I know what you mean 😄 . |
I think you are more familar with Microchip tools like Atmel ICE. Maybe you can help to see if we can offer such an options for some of the programmers. |
I think we can probably implement such an option for programmers which can toggle the reset pin at different state. linuxgpio should be one candidate. @stefanrueger mentioned that linuxspi already has We have some programmers which have similar functions, not using |
I'll look into what it would take to implement this for jtag3 programmers. @dioannidis I don't know much about the USBasp firmware, but it is possible to leave the reset pin low after programming? |
@MCUdude That would be really nice, especially for Microchip tools. |
IIRC yes it's possible but let me check to confirm |
I've been in contact with the Microchip developers who are in charge of the JTAG3/EDBG firmware. It's not possible to leave the reset pin low after a programming session, so there is not much we can do about this...
@dioannidis thank you! The USBasp is the go-to programmer for lots and lots of people. If this was possible, the USBasp just became a little more useful! |
@MCUdude Were you volunteering to implement |
No, sorry. I don't know the USBasp firmware well enough to pull this off. @dioannidis perhaps? |
Oops, regarding reset pin low after programming, it fall between the cracks, sorry for that . But I confirm that USBasp can leave the reset pin low . Regarding -E, I suppose that I need to read the #1844 , correct ? |
@dioannidis yes, please have a look at #1844. You can just copy the way it's implemented for the |
@dioannidis A new release of Avrdude is about to happen in a few weeks, and it would be awesome if you managed to get it ( |
I thought that this will remain open now that I'm working on it . |
I'll open a new issue just for this. |
@dioannidis Ooops! That was an auto-close when merging a PR (this issue was linked to a PR and I hadn't realised it needed to be unlinked). @MCUdude Thanks for creating a new issue |
Hello,
I don't know where to ask/find it.
I have an application, where, when the programming an ATxmega32E5 is done, the reset signal should stay activated until said otherwise.
I have the programmers AVRISP MK2 and Atmel ICE and tried both.
With both it says "avrdude warning: -E option not supported by this programmer type", but I can't find anywhere, which programmers support this.
So, can someone tell which programmer I should use?
The text was updated successfully, but these errors were encountered: