JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
What the difference between EEPROM and ROM?
What the difference between EEPROM and ROM?
Hi everyone. I have a question: What the difference between EEPROM and ROM? Are the card OS store in EEPROM or in ROM? And what about algorithms in EEPROM or ROM?
Can someone tell me?
Can someone tell me?
-
- Posts: 55
- Joined: Thu Sep 22, 2016 5:05 am
- Points :784
- Contact:
Re: What the difference between EEPROM and ROM?
EEPROM (also E2PROM) stands for electrically erasable programmable read-only memory and is a type of non-volatile memory,EEPROMs can be programmed and erased in-circuit, by applying special programming signals.
Read-only memory (ROM) is a type of non-volatile memory, ROM cannot be changed after manufacture, so it is mainly used to store firmware.
The card os can store in EEPROM, also store in ROM. The algorithm is the same in EEPROM and ROM .
Read-only memory (ROM) is a type of non-volatile memory, ROM cannot be changed after manufacture, so it is mainly used to store firmware.
The card os can store in EEPROM, also store in ROM. The algorithm is the same in EEPROM and ROM .
Re: What the difference between EEPROM and ROM?
ROM = your compiled code is save in here, can't be changed while runtime, and still exist when power off.
EEPROM = your database in here, can be changed while runtime, and still exist when power off.
RAM = your code executed in here, can be changed while runtime, and will lost when power off.
-
- Posts: 2
- Joined: Mon Jan 24, 2022 1:22 pm
- Points :24
- Contact:
Re: What the difference between EEPROM and ROM?
ROM( Read Only Read) - only memory. No information is lost after the power is turned off, such as the BIOS chip used by the computer. The access speed is very slow (in terms of RAM) and cannot be overwritten. Since it is impossible to rewrite the information, it cannot be updated and is now rarely used.
EEPROM (Electrically Erasable Programmable Read-only Memory) - user-changeable read-only memory EEPROM
EEPROM (Electrically Erasable Programmable Read-only Memory) - user-changeable read-only memory EEPROM
Who is online
Users browsing this forum: No registered users and 2 guests