bugAVR C Runtime Library - Bugs: bug #42084, wrong LFUSE_DEFAULT in iotn84a.h

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #42084: wrong LFUSE_DEFAULT in iotn84a.h

Submitter:  None
Submitted:  Thu 10 Apr 2014 01:11:23 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  pitchumani
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  1.8.0
Fixed Release:  None

Wed 16 Apr 2014 11:45:03 AM UTC, comment #1: 

Updated LFUSE_DEFAULT in iotn84a.h as per datasheet.
http://svn.savannah.nongnu.org/viewvc?view=rev&root=avr-libc&revision=2418

Pitchumani <pitchumani>
Group Member
Thu 10 Apr 2014 01:11:23 AM UTC, original submission:  

#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_SUT0 & FUSE_CKDIV8)
doesn't match datasheet table 19-5.

It should be the same as iotn84.h:
#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 & FUSE_CKDIV8)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pitchumani (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-16 pitchumani StatusConfirmed Fixed
    2014-04-16 pitchumani StatusNone Confirmed
        Assigned toNone pitchumani

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code