question about EEPROM

Status
Not open for further replies.

ee_joe

Newbie level 6
Joined
Oct 8, 2005
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,383
what's the difference between EEPROM and FLASH memory?

compared with FLASH,is there any advantage and disadvantage?

thanks!
 


https://www.tldp.org/HOWTO/Network-boot-HOWTO/a610.html
https://en.wikipedia.org/wiki/EEPROM

Regards,
IanP
 

thanks for your reply
does eeprom have any advantages,such as more safe for program or others?
 

See Page4: "SECURITY CONCERNS AND FLASH MEMORY: MYTH AND REALITY" at:
**broken link removed**

Regards,
IanP
 

Flash is a type of EEPROM. Generally flash is better: cheaper, has faster read-write-erase periods and is denser.
The main differences are that Flash is block eraseable and flash can be erased and programmed with TTL level voltages.
 

the key difference is that:
if you have any data in a page of flash to be reserved when you do a new data write within the same page but different address ,you have to read the old data first ,then write back with the new data to be writen together.
but to eeprom ,you do not have to do this.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…