xboxscene.org forums

Author Topic: Vote Here  (Read 94 times)

Carl49

  • Archived User
  • Newbie
  • *
  • Posts: 2
Vote Here
« on: February 27, 2005, 09:54:00 PM »

Do you know what a EEPROM is?


P.S. Be truthfull <
Logged

TheMuffinMan

  • Archived User
  • Hero Member
  • *
  • Posts: 936
Vote Here
« Reply #1 on: February 27, 2005, 09:57:00 PM »

you posted this in case modding why? :blink:

also it's AN eeprom  :P , sorry bugs me when people don't do that right, also you can't exactly vote, you didn't make a poll <
Logged

cyfi

  • Archived User
  • Sr. Member
  • *
  • Posts: 350
Vote Here
« Reply #2 on: February 27, 2005, 09:58:00 PM »

Pronounced double-ee-prom or e-e-prom, short for electrically erasable programmable read-only memory. EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge. Like other types of PROM, EEPROM retains its contents even when the power is turned off. Also like other types of ROM, EEPROM is not as fast as RAM.

EEPROM is similar to flash memory (sometimes called flash EEPROM). The principal difference is that EEPROM requires data to be written or erased one byte at a time whereas flash memory allows data to be written or erased in blocks. This makes flash memory faster. <
Logged

Cr8Zy M0DdEr

  • Archived User
  • Jr. Member
  • *
  • Posts: 54
Vote Here
« Reply #3 on: February 27, 2005, 10:02:00 PM »

why did you put this in case and hardware modding.....................????? <
Logged

muggs1

  • Archived User
  • Jr. Member
  • *
  • Posts: 90
Vote Here
« Reply #4 on: February 27, 2005, 10:54:00 PM »

QUOTE(cyfi @ Feb 27 2005, 09:53 PM)
Pronounced double-ee-prom or e-e-prom, short for electrically erasable programmable read-only memory. EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge. Like other types of PROM, EEPROM retains its contents even when the power is turned off. Also like other types of ROM, EEPROM is not as fast as RAM.

EEPROM is similar to flash memory (sometimes called flash EEPROM). The principal difference is that EEPROM requires data to be written or erased one byte at a time whereas flash memory allows data to be written or erased in blocks. This makes flash memory faster.
*




I do now.  B)


muggs <
Logged

XBOXCUSTOMS69

  • Archived User
  • Jr. Member
  • *
  • Posts: 70
Vote Here
« Reply #5 on: February 28, 2005, 12:29:00 AM »

Right... Yes..... Idiot..... <
Logged

networkBoy

  • Archived User
  • Sr. Member
  • *
  • Posts: 306
Vote Here
« Reply #6 on: February 28, 2005, 01:20:00 AM »

QUOTE(cyfi @ Feb 28 2005, 03:53 AM)
Pronounced double-ee-prom or e-e-prom, short for electrically erasable programmable read-only memory. EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge. Like other types of PROM, EEPROM retains its contents even when the power is turned off. Also like other types of ROM, EEPROM is not as fast as RAM.

EEPROM is similar to flash memory (sometimes called flash EEPROM). The principal difference is that EEPROM requires data to be written or erased one byte at a time whereas flash memory allows data to be written or erased in blocks. This makes flash memory faster.
*


Close enough  :P
now for the bonus round:
What is the differance between NOR and NAND Flash and when is one better over the other?
:heh:
-nB <
Logged

X2Gamer

  • Archived User
  • Sr. Member
  • *
  • Posts: 308
Vote Here
« Reply #7 on: February 28, 2005, 02:33:00 AM »

I never knew what eeprom stood for and now i know. THanks for the info. <
Logged

netdevil69

  • Archived User
  • Sr. Member
  • *
  • Posts: 257
Vote Here
« Reply #8 on: February 28, 2005, 10:12:00 AM »

QUOTE
What is the differance between NOR and NAND Flash and when is one better over the other?


Hmmm, let me see.............

NAND-based solutions are ideal for high capacity data storage, while NOR is best used for code storage and execution, usually in small capacities.

Off the top of my head ;)
NOR reads slightly faster than NAND
NAND writes MUCH faster than NOR
NAND erases much faster than NOR (2 msec vs. 4 sec)
Most writes must be preceded by an erase operation
NAND has smaller erase units for fewer erases in less time
NOR is memory mapped
NAND is I/O mapped
NOR is an XIP device
NAND is accessed in bursts of 512-2048 Bytes
NAND is available from 16MB to 512MB
NOR is available from 1MB to 32MB
NAND is better priced
NOR provides a good solution in low capacities from 1MB to 4MB
NAND has more than 10 times the life span of NOR
All flash suffers from bit-flipping issues
NAND suffers more from bit-flipping and requires EDC/ECC
NAND usually has some bad blocks randomly scattered throughout
NOR has a standard memory interface.
NAND is an I/O device and requires a relatively complicated driver
for any operation.
Using NAND requires bad block handling.
Using NAND requires implementing Error Detection/Correction
Code (EDC/ECC).
Reading from NOR requires no driver
Raw NAND has limited software support

CONCLUSION
Use of NOR devices is widespread, they offer an easy memory interface and are suitable for code execution, making them ideal for devices that do not need data storage. Their architecture makes them a good alternative in the range of 1MB to 4MB. NOR offers good read performance but poor write and erase times, disqualifying it from being used as a data storage
device. However, as today’s devices become more and more sophisticated, they are expected to offer more features, richer programs and store more information locally. This requires larger capacities, both for code and data storage, and considerably faster erase/write times. NAND offers all of this, plus better prices in capacities ranging from 8MB to 512MB. However, most engineers are reluctant to use it due to its non-standard interface and complicated management.

thats about it. :beer:

This post has been edited by netdevil69: Feb 28 2005, 06:13 PM <
Logged

networkBoy

  • Archived User
  • Sr. Member
  • *
  • Posts: 306
Vote Here
« Reply #9 on: February 28, 2005, 10:21:00 AM »

I'm very impressed.
Pm me.

BTW Nor running at 100MHz XIP is on the way.
-nB

This post has been edited by networkBoy: Feb 28 2005, 06:22 PM <
Logged

BigDaddyShoo

  • Archived User
  • Full Member
  • *
  • Posts: 243
Vote Here
« Reply #10 on: February 28, 2005, 10:24:00 AM »

QUOTE(networkBoy @ Feb 28 2005, 04:16 PM)
I'm very impressed.
Pm me.

BTW Nor running at 100MHz XIP is on the way.
-nB
*


do i sense a hint of love in the air?   :ph34r:   :P <
Logged

networkBoy

  • Archived User
  • Sr. Member
  • *
  • Posts: 306
Vote Here
« Reply #11 on: February 28, 2005, 12:55:00 PM »

QUOTE(BigDaddyShoo @ Feb 28 2005, 04:19 PM)
do i sense a hint of love in the air?   :ph34r:   :P
*


 :rotfl:
 <
Logged

BigDaddyShoo

  • Archived User
  • Full Member
  • *
  • Posts: 243
Vote Here
« Reply #12 on: February 28, 2005, 01:07:00 PM »

and not to call out netdevil or anything, i can google too!

http://www.m-systems.com/files/documentati...NOR_vs_NAND.pdf

 :ph34r:  :ph34r:  :ph34r:  :ph34r:  (check out the second to last page of that link)

This post has been edited by BigDaddyShoo: Feb 28 2005, 09:08 PM <
Logged

Tiberius_X

  • Archived User
  • Newbie
  • *
  • Posts: 34
Vote Here
« Reply #13 on: February 28, 2005, 01:10:00 PM »

Put Topico in Garbago! :blink: <
Logged

netdevil69

  • Archived User
  • Sr. Member
  • *
  • Posts: 257
Vote Here
« Reply #14 on: February 28, 2005, 01:11:00 PM »

QUOTE
i can google too!


Who can't ;)

 :P

This post has been edited by netdevil69: Feb 28 2005, 09:12 PM <
Logged