EEWORLDEEWORLDEEWORLD

Part Number

Search

HYMD232M646DP6-D43

Description
200pin Unbuffered DDR SDRAM SO-DIMMs based on 256Mb D ver. (TSOP)
Categorystorage    storage   
File Size248KB,23 Pages
ManufacturerSK Hynix
Websitehttp://www.hynix.com/eng/
Environmental Compliance
Download Datasheet Parametric View All

HYMD232M646DP6-D43 Overview

200pin Unbuffered DDR SDRAM SO-DIMMs based on 256Mb D ver. (TSOP)

HYMD232M646DP6-D43 Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
MakerSK Hynix
Parts packaging codeMODULE
package instructionDIMM, DIMM200,24
Contacts200
Reach Compliance Codeunknow
ECCN codeEAR99
access modeDUAL BANK PAGE BURST
Maximum access time0.7 ns
Other featuresAUTO/SELF REFRESH
Maximum clock frequency (fCLK)200 MHz
I/O typeCOMMON
JESD-30 codeR-XDMA-N200
memory density2147483648 bi
Memory IC TypeDDR DRAM MODULE
memory width64
Number of functions1
Number of ports1
Number of terminals200
word count33554432 words
character code32000000
Operating modeSYNCHRONOUS
Maximum operating temperature70 °C
Minimum operating temperature
organize32MX64
Output characteristics3-STATE
Package body materialUNSPECIFIED
encapsulated codeDIMM
Encapsulate equivalent codeDIMM200,24
Package shapeRECTANGULAR
Package formMICROELECTRONIC ASSEMBLY
Peak Reflow Temperature (Celsius)NOT SPECIFIED
power supply2.6 V
Certification statusNot Qualified
refresh cycle8192
self refreshYES
Maximum standby current0.08 A
Maximum slew rate1.24 mA
Maximum supply voltage (Vsup)2.7 V
Minimum supply voltage (Vsup)2.5 V
Nominal supply voltage (Vsup)2.6 V
surface mountNO
technologyCMOS
Temperature levelCOMMERCIAL
Terminal formNO LEAD
Terminal pitch0.6 mm
Terminal locationDUAL
Maximum time at peak reflow temperatureNOT SPECIFIED
200pin Unbuffered DDR SDRAM SO-DIMMs based on 256Mb D ver. (TSOP)
This Hynix unbuffered Small Outline, Dual In-Line Memory Module (DIMM) series consists of 256Mb D ver. DDR
SDRAMs in 400 mil TSOP II packages on a 200pin glass-epoxy substrate. This Hynix 256Mb D ver. based unbuffered
SO-DIMM series provide a high performance 8 byte interface in 67.60mm width form factor of industry standard. It is
suitable for easy interchange and addition.
FEATURES
JEDEC Standard 200-pin small outline, dual in-line
memory module (SO-DIMM)
Two ranks 32M x 64 and One rank 32M x 64, 16M x
64 organization
2.6V
±
0.1V VDD and VDDQ Power supply for
DDR400, 2.5V
±
0.2V for DDR333 and below
All inputs and outputs are compatible with SSTL_2
interface
Fully differential clock operations (CK & /CK) with
133/166/200MHz
DLL aligns DQ and DQS transition with CK transition
Programmable CAS Latency: DDR266(2, 2.5 clock),
DDR333(2.5 clock), DDR400(3 clock)
Programmable Burst Length 2 / 4 / 8 with both
sequential and interleave mode
Edge-aligned DQS with data outs and Center-aligned
DQS with data inputs
Auto refresh and self refresh supported
8192 refresh cycles / 64ms
Serial Presence Detect (SPD) with EEPROM
Built with 256Mb DDR SDRAMs in 400 mil TSOP II
packages
Lead-free product listed for each configuration
(RoHS compliant)
ADDRESS TABLE
Organization
256MB
256MB
128MB
32M x 64
32M x 64
16M x 64
Ranks
2
1
1
SDRAMs
16Mb x 16
32Mb x 8
16Mb x 16
# of
DRAMs
8
8
4
# of row/bank/column Address
13(A0~A12)/2(BA0,BA1)/9(A0~A8)
13(A0~A12)/2(BA0,BA1)/10(A0~A9)
13(A0~A12)/2(BA0,BA1)/9(A0~A8)
Refresh
Method
8K / 64ms
8K / 64ms
8K / 64ms
PERFORMANCE RANGE
Part-Number Suffix
Speed Bin
CL - tRCD- tRP
CL=3
Max Clock
Frequency
CL=2.5
CL=2
-D43
1
DDR400B
3-3-3
200
166
133
-J
DDR333
2.5-3-3
-
166
133
-K
DDR266A
2-3-3
-
133
133
-H
DDR266B
2.5-3-3
-
133
133
Unit
-
CK
MHz
MHz
MHz
Note:
1. 2.6V +/- 0.1V VDD and VDDQ Power supply for DDR400 and 2.5V +/- 0.2V for DDR333 and below
Rev. 1.1 / May. 2005
1
This document is a general product description and is subject to change without notice. Hynix Semiconductor does not assume any
responsibility for use of circuits described. No patent licenses are implied.
Question:-------------Why can't I enter the interrupt when debugging in RAM?
I searched for a long time on the Internet. There are a lot of information. But it doesn't work if I follow the instructions?! It works in FLASH;SOFT: IAR5.5 & MDK4.12 have been tried; ST library is 3...
小马 stm32/stm8
Q&A: What language should I use to build a PC host computer?
I want to build a PC host computer recently, but I don't know much about it. I only know that I can use VB and labview, but I don't know what language to use. I want to learn but I don't know where to...
我不懂 Integrated technical exchanges
Experts who have used MSP430F2132, please help
I recently used a 430 microcontroller + TMP112 sensor to do a project, using I/O pin mode I2C, using P1.4 and P1.5 pins. At first, the sensor responded incorrectly after writing the internal pointer, ...
chende815 Microcontroller MCU
How do two timers and serial port interrupt work at the same time?
I am not familiar with C51. Now I am programming with C8051. I have encountered this problem and I don't know how to solve it. Timer 0 is used to scan the keyboard, the serial port is used to send dat...
dld222 Embedded System
What do you think of when you see PID?
Generally speaking, when we hear PID, the first thing that comes to mind is the PID algorithm, Proportional, Integral, Differential. In fact, another commonly used explanation for PID is Photo Ionizat...
littleshrimp Test/Measurement
Application failed to link library
Dear experts, my situation is this: I created two Subprojects under OS, one is called libosd to generate Dll and export some interfaces for dynamic loading, and the other is called libosd_test, which ...
sealfox Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1823  836  1110  2169  1299  37  17  23  44  27 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号