EEWORLDEEWORLDEEWORLD

Part Number

Search

K4E640412C-TC45

Description
EDO DRAM, 16MX4, 45ns, CMOS, PDSO32, 0.400 INCH, PLASTIC, TSOP2-32
Categorystorage    storage   
File Size416KB,21 Pages
ManufacturerSAMSUNG
Websitehttp://www.samsung.com/Products/Semiconductor/
Download Datasheet Parametric View All

K4E640412C-TC45 Overview

EDO DRAM, 16MX4, 45ns, CMOS, PDSO32, 0.400 INCH, PLASTIC, TSOP2-32

K4E640412C-TC45 Parametric

Parameter NameAttribute value
Is it Rohs certified?incompatible
MakerSAMSUNG
Parts packaging codeTSOP2
package instructionTSOP2, TSOP32,.46
Contacts32
Reach Compliance Codeunknown
ECCN codeEAR99
access modeFAST PAGE WITH EDO
Maximum access time45 ns
Other featuresRAS ONLY/CAS BEFORE RAS/HIDDEN REFRESH
I/O typeCOMMON
JESD-30 codeR-PDSO-G32
JESD-609 codee0
length20.95 mm
memory density67108864 bit
Memory IC TypeEDO DRAM
memory width4
Number of functions1
Number of ports1
Number of terminals32
word count16777216 words
character code16000000
Operating modeASYNCHRONOUS
Maximum operating temperature70 °C
Minimum operating temperature
organize16MX4
Output characteristics3-STATE
Package body materialPLASTIC/EPOXY
encapsulated codeTSOP2
Encapsulate equivalent codeTSOP32,.46
Package shapeRECTANGULAR
Package formSMALL OUTLINE, THIN PROFILE
Peak Reflow Temperature (Celsius)NOT SPECIFIED
power supply3.3 V
Certification statusNot Qualified
refresh cycle4096
Maximum seat height1.2 mm
self refreshNO
Maximum standby current0.0005 A
Maximum slew rate0.12 mA
Maximum supply voltage (Vsup)3.6 V
Minimum supply voltage (Vsup)3 V
Nominal supply voltage (Vsup)3.3 V
surface mountYES
technologyCMOS
Temperature levelCOMMERCIAL
Terminal surfaceTin/Lead (Sn/Pb)
Terminal formGULL WING
Terminal pitch1.27 mm
Terminal locationDUAL
Maximum time at peak reflow temperatureNOT SPECIFIED
width10.16 mm
K4E660412C,K4E640412C
CMOS DRAM
16M x 4bit CMOS Dynamic RAM with Extended Data Out
DESCRIPTION
This is a family of 16,777,216 x 4 bit Extended Data Out Mode CMOS DRAMs. Extended Data Out Mode offers high speed random
access of memory cells within the same row. Refresh cycle(4K Ref. or 8K Ref.), access time (-45, -50 or -60), power consumption(Nor-
mal or Low power) are optional features of this family. All of this family have CAS-before-RAS refresh, RAS-only refresh and Hidden
refresh capabilities. Furthermore, Self-refresh operation is available in L-version. This 16Mx4 EDO Mode DRAM family is fabricated
using Samsung′s advanced CMOS process to realize high band-width, low power consumption and high reliability.
FEATURES
• Part Identification
- K4E660412C-JC/L(3.3V, 8K Ref., SOJ)
- K4E640412C-JC/L(3.3V, 4K Ref., SOJ)
- K4E660412C-TC/L(3.3V, 8K Ref., TSOP)
- K4E640412C-TC/L(3.3V, 4K Ref., TSOP)
• Extended Data Out Mode operation
• CAS-before-RAS refresh capability
• RAS-only and Hidden refresh capability
• Self-refresh capability (L-ver only)
• Fast parallel test mode capability
• LVTTL(3.3V) compatible inputs and outputs
Active Power Dissipation
Unit : mW
Speed
-45
-50
-60
Refresh Cycles
Part
NO.
K4E660412C*
K4E640412C
Refresh
cycle
8K
4K
Refresh time
Normal
64ms
L-ver
128ms
RAS
CAS
W
Control
Clocks
VBB Generator
Vcc
Vss
• Early Write or output enable controlled write
• JEDEC Standard pinout
• Available in Plastic SOJ and TSOP(II) packages
• +3.3V±0.3V power supply
4K
432
396
360
8K
324
288
252
FUNCTIONAL BLOCK DIAGRAM
Refresh Control
Refresh Counter
Memory Array
16,777,216 x 4
Cells
Sense Amps & I/O
* Access mode & RAS only refresh mode
: 8K cycle/64ms(Normal), 8K cycle/128ms(L-ver.)
CAS-before-RAS & Hidden refresh mode
: 4K cycle/64ms(Normal), 4K cycle/128ms(L-ver.)
Performance Range
Speed
-45
-50
-60
Refresh Timer
Row Decoder
Data in
Buffer
DQ0
to
DQ3
Data out
Buffer
t
RAC
45ns
50ns
60ns
t
CAC
12ns
13ns
15ns
t
RC
74ns
84ns
104ns
t
HPC
17ns
20ns
25ns
A0~A12
(A0~A11)*1
A0~A10
(A0~A11)*1
Row Address Buffer
Col. Address Buffer
Column Decoder
Note) *1 : 4K Refresh
SAMSUNG ELECTRONICS CO., LTD.
reserves the right to
change products and specifications without notice.
R7F0C802X Program Trial and Experience
[i=s]This post was last edited by damiaa on 2014-10-19 17:22[/i] [size=5]R7F0C802X program trial and experience[/size]Let me repeat the example in the previous article:The program is mainly composed o...
damiaa Renesas Electronics MCUs
Why can't I enter AT commands in the HyperTerminal?
Why can't I input AT commands in the HyperTerminal? There is no response when I type AT? I can't input letters at all? ? I am using a Siemens GPRS module (MC35i). Urgent help! ! ! ! I hope you can giv...
milk1038 Embedded System
STM32 compiles using IAR
Colleagues, I have a question. I use ST's ARM and IAR. When I set a pointer type variable as a local variable, several programs involving this variable cannot be compiled (breakpoints are set, breakpo...
lgj99988 stm32/stm8
Automotive electronics startup team recruits automotive electronics OEM Android development talents
The company profile is as follows: The company is located in Gushu, Shenzhen. The leaders of Hangsheng started their own business. Hangsheng and some car parks invested in it. The technical leaders ar...
wuguangnan110 Talking about work
I would like to ask a question about implementing CRC check in Verilog
module crc16(EN,crc_in,data_in,crc_out,valid);input[15:0] crc_in;input[7:0] data_in;input EN;output[15:0] crc_out;output valid;reg[15:0] crc_out;reg valid;always@(crc_in or data_in or EN)beginif(EN==1...
eeleader-mcu FPGA/CPLD
Saiyuan MCU SC93F8332 lights up the RGB light of WS2812B
Main code:#include "pbdata.h"char j = 5;char k = 5;void RGB_io_init(void){P0CON = 0xFF; //Set P0 to high-impedance modeP0PH = 0x00;P1CON = 0xFF; //Set P1 to strong push-pull modeP1PH = 0x00;P2CON = 0x...
Aguilera Microcontroller MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2668  1398  1607  2492  1852  54  29  33  51  38 
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号