bugAVR C Runtime Library - Bugs: bug #29502, literal error in iox128a1.h

 
 

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

bug #29502: literal error in iox128a1.h

Submitter:  Dominic Rathje <dominic_rathje>
Submitted:  Fri 09 Apr 2010 08:40:38 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  1.6.5 Fixed Release:  1.6.2

Fri 09 Apr 2010 08:40:38 PM UTC, original submission:  

i think there is a little failure in the device header file for the
ATXmega128A1 (iox128a1.h)

the line 2261:
      TC_EVACT_FRW_gc = (0x05<<5),  /* Frequency Capture */

should be
      TC_EVACT_FRQ_gc = (0x05<<5),  /* Frequency Capture */

as in the datasheet (XMEGA A MANUAL) and the device xml file the certein configuration is called FRQ for Frequency Capture.

Dominic Rathje <dominic_rathje>

 

(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 arcanum (Updated the item)
  • -email is unavailable- added by dominic_rathje (Submitted the item)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-06-09 arcanum StatusNone Fixed
        Percent Complete0% 100%
        Assigned toNone arcanum
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.6.2

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code