EEPROM Addresses: 6, 10, 8, 7, 9 Explained

  • Thread starter Thread starter rama1001
  • Start date Start date
AI Thread Summary
The discussion revolves around understanding the addresses associated with EEPROM in a project. The addresses mentioned (6, 10, 8, 7, 9) likely refer to the pins used for addressing on a specific EEPROM chip. It is crucial to obtain the specification document for the processor board and the EEPROM chip to gain clarity on their functionalities. Users are advised to download the datasheet for the EEPROM to reference specific details and ensure proper implementation. Understanding the internal addressing order is important, especially if the EEPROM features segmentation that allows for specific data management. Overall, thorough research and reference to technical documentation are essential for successful integration of EEPROM in the project.
rama1001
Messages
130
Reaction score
1
I am doing project which having eeprom in its circuitary. Designed people are saying that , EEprom having 6,10,8,7,9 address. I am really new to this and can anyone tell me waht is these address in eeprom?
 
Computer science news on Phys.org
I am sorry but your question as stated makes little sense. What is the project, what are the technical requirements, what is the development board you chose for it and why, why and what EEPROM is in it?
 
rama1001 said:
EEprom having 6,10,8,7,9 address. I am really new to this and can anyone tell me waht is these address in eeprom?
Either those are the possible number of bits for various eeproms, or those are the pins used for addressing on a specific eeprom. Unless you care about the internal order of data in the eeprom, you could just use those pins in numerical order, 6,7,8,9,10, for addressing the contents of the eeprom.
 
yes, now i understand bit that those are pins. Can you explain bit more about those pins.
 
This is the point where you should have, or download, the specification document of your processor board, and possibly the components on it, and start reading.

Every question after that, reread your school books, and ask your professors concise questions before posting here.
 
rama1001 said:
I am doing project which having eeprom in its circuitary. Designed people are saying that , EEprom having 6,10,8,7,9 address. I am really new to this and can anyone tell me waht is these address in eeprom?

rama1001 said:
yes, now i understand bit that those are pins. Can you explain bit more about those pins.

In addition to Marco's board-level comments, you should get the product number of the EEPROM chip, and download the datasheet for it. Any questions you have for us about the chip should reference the pages where the discussion is in the datasheet.
 
rcgldr said:
Either those are the possible number of bits for various eeproms, or those are the pins used for addressing on a specific eeprom. Unless you care about the internal order of data in the eeprom, you could just use those pins in numerical order, 6,7,8,9,10, for addressing the contents of the eeprom.
An exception to where you would care about the internal addressing order is if the eeprom has some internal segmentation, where entire segments can erased, locked, or unlocked via a single sequence of inputs. You really need to get the manual for the eeprom and the board you want to mount the eeprom onto.
 
Last edited:
Back
Top