Difference between revisions of "Program Memory"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Knowledge Base Program memory in a computer system is the memory storing the program. Since it contains the program (typically a list of instructions for the CPU)...")
 
m
Line 2: Line 2:
 
Program memory in a computer system is the memory storing the program.
 
Program memory in a computer system is the memory storing the program.
 
Since it contains the program (typically a list of instructions for the CPU), it can be read-only, in contrast to data memory, which needs to be writeable.
 
Since it contains the program (typically a list of instructions for the CPU), it can be read-only, in contrast to data memory, which needs to be writeable.
In Embedded Systems, program memory is either ROM or (in most cases) Flash memory.
+
In [[Embedded Systems]], program memory is either [[ROM]] or (in most cases) [[Flash memory]].
On large systems (such as PCs, servers, but also tablets etc. with typically Gigabytes of memory, the programs (applications) are all loaded into RAM.
+
On large systems (such as PCs, servers, but also tablets etc. with typically Gigabytes of memory), the programs (applications) are all loaded into RAM.
 
Program memory (ROM) is only needed for the actual boot process of the computer, right after Reset release.
 
Program memory (ROM) is only needed for the actual boot process of the computer, right after Reset release.

Revision as of 00:12, 18 June 2019

Program memory in a computer system is the memory storing the program. Since it contains the program (typically a list of instructions for the CPU), it can be read-only, in contrast to data memory, which needs to be writeable. In Embedded Systems, program memory is either ROM or (in most cases) Flash memory. On large systems (such as PCs, servers, but also tablets etc. with typically Gigabytes of memory), the programs (applications) are all loaded into RAM. Program memory (ROM) is only needed for the actual boot process of the computer, right after Reset release.