Sunday, January 8, 2017
How RAM Works
How RAM Works
Static RAM
Types of RAM
- SRAM: Static random access memory uses multiple transistors, typically four to six, for each memory cell but doesnt have a capacitor in each cell. It is used primarily for cache.
- DRAM: Dynamic random access memory has memory cells with a paired transistor and capacitor requiring constant refreshing.
- FPM DRAM: Fast page mode dynamic random access memory was the original form of DRAM. It waits through the entire process of locating a bit of data by column and row and then reading the bit before it starts on the next bit. Maximum transfer rate to L2 cache is approximately 176 MBps.
- EDO DRAM: Extended data-out dynamic random access memory does not wait for all of the processing of the first bit before continuing to the next one. As soon as the address of the first bit is located, EDO DRAM begins looking for the next bit. It is about five percent faster than FPM. Maximum transfer rate to L2 cache is approximately 264 MBps.
- SDRAM: Synchronous dynamic random access memory takes advantage of the burst mode concept to greatly improve performance. It does this by staying on the row containing the requested bit and moving rapidly through the columns, reading each bit as it goes. The idea is that most of the time the data needed by the CPU will be in sequence. SDRAM is about five percent faster than EDO RAM and is the most common form in desktops today. Maximum transfer rate to L2 cache is approximately 528 MBps.
- DDR SDRAM: Double data rate synchronous dynamic RAM is just like SDRAM except that is has higher bandwidth, meaning greater speed. Maximum transfer rate to L2 cache is approximately 1,064 MBps (for DDR SDRAM 133 MHZ).
- RDRAM: Rambus dynamic random access memory is a radical departure from the previous DRAM architecture. Designed by Rambus
, RDRAM uses a Rambus in-line memory module (RIMM), which is similar in size and pin configuration to a standard DIMM. What makes RDRAM so different is its use of a special high-speed data bus called the Rambus channel. RDRAM memory chips work in parallel to achieve a data rate of 800 MHz, or 1,600 MBps. Since they operate at such high speeds, they generate much more heat than other types of chips. To help dissipate the excess heat Rambus chips are fitted with a heat spreader, which looks like a long thin wafer. Just like there are smaller versions of DIMMs, there are also SO-RIMMs, designed for notebook computers.
- Credit Card Memory: Credit card memory is a proprietary self-contained DRAM memory module that plugs into a special slot for use in notebook computers.
- PCMCIA Memory Card: Another self-contained DRAM module for notebooks, cards of this type are not proprietary and should work with any notebook computer whose system bus matches the memory cards configuration.
- CMOS RAM: CMOS RAM is a term for the small amount of memory used by your computer and some other devices to remember things like hard disk settings -- see Why does my computer need a battery? for details. This memory uses a small battery to provide it with the power it needs to maintain the memory contents.
- VRAM: VideoRAM, also known as multiport dynamic random access memoryvideo adapters or 3-D accelerators. The "multiport" part comes from the fact that VRAM normally has two independent access ports instead of one, allowing the CPU and graphics processor to access the RAM simultaneously. VRAM is located on the graphics card and comes in a variety of formats, many of which are proprietary. The amount of VRAM is a determining factor in the resolution and color depth of the display. VRAM is also used to hold graphics-specific information such as 3-D geometry data SGRAM (synchronous graphics RAM) instead. Performance is nearly the same, but SGRAM is cheaper. (MPDRAM), is a type of RAM used specifically for and texture maps. True multiport VRAM tends to be expensive, so today, many graphics cards use
Memory Modules
- Play realistic games
- Capture and edit video
- Create 3-D graphics
- Work in a high-resolution, full-color environment
- Design full-color illustrations
Available link for download
Sunday, January 1, 2017
How LCD Display Interface Circuit works 2014
How LCD Display Interface Circuit works 2014
How LCD Display Interface Circuit works?
An LCD -liquid crystal display is an electronically-modulated optical device made up of any number of pixels filled with liquid crystals and arrayed in front of a light source (backlight) or reflector to produce images in color or monochrome.
They can be optimized for static text, detailed still images, or dynamic, fast-changing, video content.
Old type of LCD are monochrome types which only display one certain color while the modern types are colored ones that can display rich text and images.
LCDs resolution of display depends on the amount of pixels into it, the highest amount designed looks and displays best.
Now, LCd wont work without a light source and a reflector to drive it pixels to form an image information.
This typical block diagram below will help us a brief explanation oh how the LCD can produce an text and images on mobile phones handsets.
The block diagram shows the LCD gets a data source from the application processor, so therefore LCD is being controlled by the application processor to produce a detail images,
LED is a light emitting diode that can produce light, this light source of an LED is the one that reflect at the back of an LCD, without this LED light reflection on the back of an LCD it will result a black or dark screen displays.
LCD also needs a power supply voltage to activate its liquid crystal arrays inside of it, so that is why a voltage supply is also very important for that matter.
display+circuit+block+diagram
An LCD Display Circuit Schematic diagram of a mobile phones below interprets how the whole circuitry of an LCD being connected and designed. A circuit start from an application processor that controls and sends data to LCD connector which where the LCD is being connected. Before the data reach to the LCd connector it is being filtered for Electromagnet Interference protection. The LED light circuit and a power supply voltage is also provided for it is also work an important part on LCD circuit.
lcd display circuit schematic diagram
The picture below interprets the schematic diagram above on how each components layout are being mounted on a particular mobile phones printed circuit board.
Always keep in mind that LCD needs the following sources to make it work completely,
1. Data control signal from the application processor
2. LED light that reflects on it back so that display will reveal completely.
3. A power supply voltage to turn the LCD activated.
A failure of these three sources will result on display problem issues.
Available link for download