nageswar sita
Newbie level 4
- Joined
- Jan 3, 2013
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,329
Hi......... I am working on with a development board of LPC2148 Here i need to interface my ARM7 with an external EEPROM (AT24C512) using I2C interface... here the eeprom size is 4Kbit (512 byte) this is divided into 32 pages each page consist of 16 bytes,
here we can use two way of storage one is 1 byte and another is page storage,
>>>>my question is if we use byte storage the numerical value can store up to 0-255 after 255 value i.e 256 whether it will store in next byte or the value is zero
>>>> if we want to store the ascii value how much memory it will use (1 byte of 2byte in eeprom) if we are using byte storage and i want to know how it will store ascii value if it stored in 1 byte
please help me out asap:-|
here we can use two way of storage one is 1 byte and another is page storage,
>>>>my question is if we use byte storage the numerical value can store up to 0-255 after 255 value i.e 256 whether it will store in next byte or the value is zero
>>>> if we want to store the ascii value how much memory it will use (1 byte of 2byte in eeprom) if we are using byte storage and i want to know how it will store ascii value if it stored in 1 byte
please help me out asap:-|