bugAVR C Runtime Library - Bugs: bug #28572, Missing bit in include file

 
 

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

bug #28572: Missing bit in include file

Submitter:  Eric Weddington <arcanum>
Submitted:  Tue 12 Jan 2010 10:29:11 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  9 - Immediate Item Group:  Header files
Status:  Duplicate Assigned to:  None
Percent Complete:  0% Open/Closed:  Closed
Release:  1.6.7 Fixed Release:  None

Tue 06 Apr 2010 10:05:48 AM UTC, comment #1: 

Duplicate for bug26840.

Anitha Boyapati <aboyapati>
Tue 12 Jan 2010 10:29:11 PM UTC, original submission:  

From WinAVR bug #2894839 (SourceForge):

The include file for the atmega16m1, atmega32m1, and atmega64m1 devices is
missing a bit in the definition for the DACON register. In Win-AVR version
20090313, the iom[16,32,64]m1.h includes have this register definition:
#define DACON _SFR_MEM8(0x90)
#define DAEN 0
#define DALA 2
#define DATS0 4
#define DATS1 5
#define DATS2 6
#define DAATE 7

The correct definition is this (DAOE added):
#define DACON _SFR_MEM8(0x90)
#define DAEN 0
#define DAOE 1
#define DALA 2
#define DATS0 4
#define DATS1 5
#define DATS2 6
#define DAATE 7

See section 21.4.1 in this PDF for the register definition:
http://www.atmel.com/dyn/resources/prod_documents/doc7647.pdf

Eric Weddington <arcanum>
Group administrator

 

(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

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aboyapati (Posted a comment)
  • -email is unavailable- added by arcanum (Submitted the item)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-06 aboyapati Open/ClosedOpen Closed
    2010-04-06 aboyapati StatusNone Duplicate
        Dependencies- Depends on bugs #26840
    2010-03-29 arcanum Priority5 - Normal 9 - Immediate
    2010-01-13 arcanum CategoryNone Header

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code