Difference between revisions of "Memory Selection"
(Created page with "There should be enough memory on board to store flight software, payload data, health monitoring data,etc. And enough RAM to execute all the software. Different type of memori...") |
(No difference)
|
Revision as of 12:32, 20 January 2018
There should be enough memory on board to store flight software, payload data, health monitoring data,etc. And enough RAM to execute all the software. Different type of memories can be classified as follows :-
- Volatile memory: It requires constant power to maintain the stored information. Example: SRAM(Static Random Access Memory)
- Dynamic Memory: It is a volatile memory which also requires constant power to store information, it is periodically refreshed, or read and rewritten without modifications. Example DRAM (Dynamic Random Access Memory). DRAM is less expensive than SRAM, but SRAM is much faster than DRAM
- Non-volatile memory: It will retain the stored information even if it is not constantly supplied with electrical power. For example Flash, EEPROM (Electrically Erasable Programmable Read-Only Memory) and magnetic memory (HDD).
If you are done reading this page, you can go back to Electrical Subsystem].