AVR Downloader/UploaDEr - Bugs: bug #21954, verify fails for masked ('x') bits
You are not allowed to post comments on this tracker with your current authentication level.
bug #21954: verify fails for masked ('x') bits
Submitter: | Emil <zelea2> | ||
Submitted: | Sat 05 Jan 2008 03:16:08 AM UTC | ||
Votes: | 20 | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | Fixed | Privacy: | Public |
Assigned to: | None | Originator Name: | Emil |
Open/Closed: | Closed | Release: | 6.3 |
Programmer hardware: | Device type: |
Tue 02 Aug 2016 06:42:02 PM UTC, comment #5: |
Matthijs Kooijman <matthijs> |
Sun 08 May 2016 07:06:18 PM UTC, comment #4: It seems the original problem of this bug report got fixed with commit r1336. See also bug#46759. |
Milan Kupcevic <miki> |
Wed 15 Oct 2014 12:44:20 PM UTC, comment #3: I suggest you start digging through the code, and have a look
|
Joerg Wunsch <joerg_wunsch>![]() |
Tue 14 Oct 2014 08:38:30 PM UTC, comment #2: Any comment on this issue? I'd like to get this fixed. I'm happy to help out a bit if we can figure out how to fix it.
|
Matthijs Kooijman <matthijs> |
Fri 02 May 2014 07:43:50 AM UTC, comment #1: I'm running into a similar problem: Using my STK500 ISP programmer, the unused bits get written as 1, but read as 0, so I must use e.g. 0x3f when writing the lock byte to prevent a verify error.
|
Matthijs Kooijman <matthijs> |
Sat 05 Jan 2008 03:16:08 AM UTC, original submission:
AVR_CMDBIT_IGNORE is not used properly when reading bits.
|
Emil <zelea2> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 20 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.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-11-27 | joerg_wunsch | Status | None | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed | ||
Release | None | ![]() |
6.3 | ||
2008-01-10 | sjackman | Carbon-Copy | - | ![]() |
Added sjackman |
My version of the problem is solved in 6.3 indeed.