AVR Downloader/UploaDEr - Bugs: bug #54289, attiny4/5/9/10 fuses reset option
You are not allowed to post comments on this tracker with your current authentication level.
bug #54289: attiny4/5/9/10 fuses reset option
Submitter: | Passnet <passnet> | ||
Submitted: | Wed 11 Jul 2018 01:53:10 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | passnet |
Open/Closed: | Open | Release: | SVN snapshot |
Programmer hardware: | usbasp | Device type: | attiny4/5/9/10 |
Thu 12 Jul 2018 07:27:51 AM UTC, comment #1: |
Passnet <passnet> |
Wed 11 Jul 2018 01:53:10 PM UTC, original submission:
USBasp supports TPI with attiny4/5/9/10. Setting (writing to 0) fuse bits are also supported with avrdude. However resetting (writing 1) individual bits on these devices are not possible. It works but the bits remains unchanged:
|
Passnet <passnet> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-07-11 | passnet | Carbon-Copy | - | ![]() |
Added passnet |
Ok, I was looking at the wrong place. Seems like this function are implemented in trunk (not the latest release), but not documented yet.
The '-x section_config' option with -e (erase) option should erase (reset) config section as I guess.