bugAVR C Runtime Library - Bugs: bug #37516, Missing PCMSK2 for tiny1634

 
 

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

bug #37516: Missing PCMSK2 for tiny1634

Submitter:  Don Kinzer <dkinzer>
Submitted:  Sat 06 Oct 2012 07:22:07 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Invalid Assigned to:  joerg_wunsch
Percent Complete:  0% Open/Closed:  Closed
Release:  Unknown Fixed Release:  None

Sat 06 Oct 2012 07:42:40 PM UTC, comment #1: 

Sorry, iotn1634.h is not part of any official avr-libc release.

So far, Atmel didn't feed back all their recent avr-libc
additions to the project.  Please file a bug report with
Atmel.

Joerg Wunsch <joerg_wunsch>
Group administrator
Sat 06 Oct 2012 07:22:07 PM UTC, original submission:  

The file iotn1634.h in Atmel's AVR Toolchain v3.4.1 is missing the definition of PCMSK2 and, further, defines too many bits for PCMSK1.  The same deficiency exists in the iotn1634.h file contained in the separate Atmel download avr-headers-3.2.3.970.zip.

The two register and bit definitions should appear thus:

#define PCMSK1  _SFR_IO8(0x28)
#define PCINT8  0
#define PCINT9  1
#define PCINT10 2
#define PCINT11 3

#define PCMSK2  _SFR_IO8(0x29)
#define PCINT12 0
#define PCINT13 1
#define PCINT14 2
#define PCINT15 3
#define PCINT16 4
#define PCINT17 5

Don Kinzer <dkinzer>

 

(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 joerg_wunsch (Posted a comment)
  • -email is unavailable- added by dkinzer (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-10-06 joerg_wunsch StatusNone Invalid
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code