2011-10-11 01:43 AM
Hi,
I'm trying just to learn a bit about the Flash technologies. Since I'm just starting, my question is not too ''professional'', sorry (-:.I know today there are 2 main flash types : NOR and NAND. Referring to STM8L, what is the Flash type used there ? Since the w/r operations look relatively fast in STM8, I guess it utilize NAND or perhaps internal FLASH memory of MCUs is neither one of the mentioned types ? Thank you in advance. #eeprom #what-does-eeprom-stand-for #memory2011-10-11 04:46 AM
Hello Yevpator,
Any of them. The STM8 programm and data memory is based on EEPROM technology ...2011-10-11 09:24 AM
Hello,
But in the datasheet and the other documents i see there ''Flash program memory''. Flash is not EEPROM, isn't it ? I even found the Program manual PM0054 named ''How to program STM8L Flash program memory and data EEPROM'',so the Flash program memory and data EEPROM are not the same in STM8L. Thanks.2011-10-15 10:33 PM
''EEPROM'' just stands for
E
lectricallyE
raseableP
rogrammableR
ead-O
nlyM
emory. The name says nothing about the technology used to implement it (beyond it being electrically eraseable). It used to be the case that ''EEPROM'' was used to refer to devices specifically designed for non-volatile data storage - as opposed to code storage - but that was a distinction of usage rather than technology and, nowadays, Flash often is referred to as ''EEPROM''...2011-10-15 10:39 PM