[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [bug #18527] JTAG ICE: fuse bits have been writen incorrec
From: |
anonymous |
Subject: |
[avrdude-dev] [bug #18527] JTAG ICE: fuse bits have been writen incorrectly |
Date: |
Fri, 15 Dec 2006 11:15:47 +0000 |
User-agent: |
Opera/9.01 (Windows NT 5.1; U; ru) |
URL:
<http://savannah.nongnu.org/bugs/?18527>
Summary: JTAG ICE: fuse bits have been writen incorrectly
Project: AVR Downloader/UploaDEr
Submitted by: None
Submitted on: Пятница 15.12.2006 at 11:15 UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name: Ivan
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
When writting fuse bits happend break memory (incorrect offset address).
file jtagmkI.c in line 1113 (version 1.9), function jtagmkI_write_byte:
before:
cmd[2] = 1;
necessary:
cmd[2] = 1 - 1;
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?18527>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [avrdude-dev] [bug #18527] JTAG ICE: fuse bits have been writen incorrectly,
anonymous <=