bugAVR C Runtime Library - Bugs: bug #21958, UBRR0/UBRR1 SFR is redefined for...

 
 

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

bug #21958: UBRR0/UBRR1 SFR is redefined for ATmegaXX8p and atmega1284p devices

Submitter:  Anatoly Sokolov <aesok>
Submitted:  Sat 05 Jan 2008 11:08:05 AM UTC
   
 
Category:  Header Severity:  5 - Blocker
Priority:  7 - High Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  None Fixed Release:  None

Sat 05 Jan 2008 11:12:43 AM UTC, comment #1: 

atmega1284p.h:

line 947:
#define UBRR0 _SFR_MEM16(0xC4)

#define UBRR0L _SFR_MEM8(0xC4)
#define UBRR0 0
#define UBRR1 1

line 1005:
#define UBRR1 _SFR_MEM16(0xCC)

#define UBRR1L _SFR_MEM8(0xCC)
#define UBRR0 0
#define UBRR1 1

Anatoly Sokolov <aesok>
Group administrator
Sat 05 Jan 2008 11:08:05 AM UTC, original submission:  


iom48p.h:

line 741:
#define UBRR0 _SFR_MEM16(0xC4)

#define UBRR0L _SFR_MEM8(0xC4)
#define UBRR0 0

iom88p.h/iom168p.h/iom328p.h:

line 743:
#define UBRR0 _SFR_MEM16(0xC4)

#define UBRR0L _SFR_MEM8(0xC4)
#define UBRR0 0


Anatoly Sokolov <aesok>
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: 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 aesok (Submitted the item)
  •  

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-01-06 arcanum StatusNone Fixed
        Percent Complete0% 100%
        Open/ClosedOpen Closed
    2008-01-05 arcanum Severity4 - Important 5 - Blocker
        Priority5 - Normal 7 - High
        Assigned toNone arcanum
    2008-01-05 aesok SummaryUBRR0/UBRR1 SFR redefined in ATmegaXX8p anm devices UBRR0/UBRR1 SFR is redefined for ATmegaXX8p and atmega1284p devices

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code