| | |
what is internal RAM and EXternal RAM?
![]() |
Are you talking about the Microcontrollers?
As far as I know there is just RAM on the motherboard of a computer. Internal and external RAM can be found when you are talking about microcontrollers.
on-chip refers to any memory (Code, RAM, or other) that physically exists on the microcontroller itself
External RAM is RAM memory that resides off-chip. This is often in the form of standard static RAM or flash RAM.
As far as I know there is just RAM on the motherboard of a computer. Internal and external RAM can be found when you are talking about microcontrollers.
on-chip refers to any memory (Code, RAM, or other) that physically exists on the microcontroller itself
External RAM is RAM memory that resides off-chip. This is often in the form of standard static RAM or flash RAM.
•
•
Join Date: Mar 2008
Posts: 21
Reputation:
Solved Threads: 0
•
•
•
•
Are you talking about the Microcontrollers?
As far as I know there is just RAM on the motherboard of a computer. Internal and external RAM can be found when you are talking about microcontrollers.
on-chip refers to any memory (Code, RAM, or other) that physically exists on the microcontroller itself
External RAM is RAM memory that resides off-chip. This is often in the form of standard static RAM or flash RAM.
the on-chip memory actually is located inside CPU, off-chip is located outside CPU, but it is not DRAM, off-chip and on-chip are all SRAM, so for external RAM, i am not sure it is off-chip memory or DRAM. thanks.
•
•
Join Date: Mar 2008
Posts: 21
Reputation:
Solved Threads: 0
another question is where is smart buffer,and how to work?thanks
•
•
•
•
thanks friend
the on-chip memory actually is located inside CPU, off-chip is located outside CPU, but it is not DRAM, off-chip and on-chip are all SRAM, so for external RAM, i am not sure it is off-chip memory or DRAM. thanks.
when it comes to CPUs you have L1, L2, and L3 cache. Cache is just another name for memory. L1, L2 and L3 cache are static RAM(SRAM) this is not the same as DRAM. When the CPU looks for data to process it will look in L1, L2, and L3 before it will go to DRAM. L1 will be on the CPU (on-chip) L2 may be inside the CPU package but not directly on the CPU chip, and L3 will be on the motherboard somewhere (off-chip).
now since we are talking about CPUs I would think that internal RAM refers to the L1, and L2 cache and external RAM would refer to the L3 cache. Remember L1, L2, and L3 are not the same as DRAM.
L3 cashe is ON chip for all modern processors (AMD Phenom http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_15331_15332^15334,00.html). the last time L3 cashe was off chip was the AMD K6.
Interviewer: "So Frank, you have long hair. Does that make you a woman?"
Frank Zappa: "You have a wooden leg. Does that make you a table?"
XFX 780i, Q9300 @ 3.375 (450fsb), 4gigs Ballistix, EVGA 9800GX2
Frank Zappa: "You have a wooden leg. Does that make you a table?"
XFX 780i, Q9300 @ 3.375 (450fsb), 4gigs Ballistix, EVGA 9800GX2
![]() |
Other Threads in the Motherboards, CPUs and RAM Forum
- Previous Thread: Which ram is best to use on laptop
- Next Thread: What's better: Athlon 64 X2 6400+ or Phenom 9xxx
| Thread Tools | Search this Thread |






