bugAVR C Runtime Library - Bugs: bug #12208, parameters eeprom functions

 
 

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

bug #12208: parameters eeprom functions

Submitter:  None
Submitted:  Fri 04 Mar 2005 10:58:52 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Fri 04 Mar 2005 12:55:26 PM UTC, comment #1: 

It shouldn't.

You are confusing pointers and the objects it points to.

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 04 Mar 2005 10:58:52 AM UTC, original submission:  

Shouldn't be the address of the eeprom access functions a 16bit integer?
e.g.:

uint8_t eeprom_read_byte (const uint16_t *addr);
void eeprom_write_byte (uint16_t *addr, uint8_t val);

How can I read a byte of the eeprom with an address higher than 255?

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

 

CC list is empty

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-04 joerg_wunsch StatusNone Invalid
    Open/ClosedOpen Closed
2005-03-04 None Carbon-Copy- Added optoelektronik --AT-- web --PUNKT-- de

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code