0
22kviews
Write a note on different types of memories in embedded systems.
1 Answer
written 6.5 years ago by |
......
There are two types of memory, primary memory and secondary memory.
Primary memory is directly addressed by the processor.
i) RAM: (Random Access Memory) Read or write memory. It stores temporary data and stack.
ii) ROM: (Read Only Memory)
It stores application programs from where processor fetches instruction code. It stores codes for system booting and RTOS. It retains content even after system is turned off. It is a non-volatile storage memory.
Secondary memory is not directly addressed by the processor. Programs and data are kept on a long term basis. It has enormous storage capacity as compared to primary memory.