EEWORLDEEWORLDEEWORLD

Part Number

Search

GS88136CD-150IV

Description
Static random access memory 1.8/2.5V 256K x 32 8M
Categorystorage    storage   
File Size326KB,35 Pages
ManufacturerGSI Technology
Websitehttp://www.gsitechnology.com/
Download Datasheet Parametric View All

GS88136CD-150IV Online Shopping

Suppliers Part Number Price MOQ In stock  
GS88136CD-150IV - - View Buy Now

GS88136CD-150IV Overview

Static random access memory 1.8/2.5V 256K x 32 8M

GS88136CD-150IV Parametric

Parameter NameAttribute value
Is it Rohs certified?incompatible
MakerGSI Technology
Parts packaging codeBGA
package instructionLQFP,
Contacts165
Reach Compliance Codecompliant
ECCN code3A991.B.2.B
Factory Lead Time8 weeks
Maximum access time7.5 ns
Other featuresALSO OPERATES AT 2.5V
JESD-30 codeR-PBGA-B165
length15 mm
memory density9437184 bit
Memory IC TypeCACHE SRAM
memory width36
Number of functions1
Number of terminals165
word count262144 words
character code256000
Operating modeSYNCHRONOUS
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
organize256KX36
Package body materialPLASTIC/EPOXY
encapsulated codeLQFP
Package shapeRECTANGULAR
Package formGRID ARRAY
Parallel/SerialPARALLEL
Peak Reflow Temperature (Celsius)NOT SPECIFIED
Certification statusNot Qualified
Maximum seat height1.4 mm
Maximum supply voltage (Vsup)2 V
Minimum supply voltage (Vsup)1.7 V
Nominal supply voltage (Vsup)1.8 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal formBALL
Terminal pitch1 mm
Terminal locationBOTTOM
Maximum time at peak reflow temperatureNOT SPECIFIED
width13 mm
GS88118/32/36C(T/D)-xxxIV
100-pin TQFP & 165-bump BGA
Industrial Temp
Features
• IEEE 1149.1 JTAG-compatible Boundary Scan
• 1.8 V or 2.5 V +10%/–10% core power supply
• 1.8 V or 2.5 V I/O supply
• LBO pin for Linear or Interleaved Burst mode
• Internal input resistors on mode pins allow floating mode pins
• Byte Write (BW) and/or Global Write (GW) operation
• Internal self-timed write cycle
• Automatic power-down for portable applications
• JEDEC-standard 100-lead TQFP and 165-bump BGA
packages
• RoHS-compliant 100-lead TQFP and 165-bump BGA
packages available
512K x 18, 256K x 32, 256K x 36
9Mb Sync Burst SRAMs
250 MHz–150 MHz
1.8 V or 2.5 V V
DD
1.8 V or 2.5 V I/O
interleave order with the Linear Burst Order (LBO) input. The
Burst function need not be used. New addresses can be loaded
on every cycle with no degradation of chip performance.
Flow Through/Pipeline Reads
The function of the Data Output register can be controlled by
the user via the FT mode pin (Pin 14). Holding the FT mode
pin low places the RAM in Flow Through mode, causing
output data to bypass the Data Output Register. Holding FT
high places the RAM in Pipeline mode, activating the rising-
edge-triggered Data Output Register.
SCD Pipelined Reads
The GS88118/32/36C(T/D)-xxxIV is a SCD (Single Cycle
Deselect) pipelined synchronous SRAM. DCD (Dual Cycle
Deselect) versions are also available. SCD SRAMs pipeline
deselect commands one stage less than read commands. SCD
RAMs begin turning off their outputs immediately after the
deselect command has been captured in the input registers.
Byte Write and Global Write
Byte write operation is performed by using Byte Write enable
(BW) input combined with one or more individual byte write
signals (Bx). In addition, Global Write (GW) is available for
writing all bytes at one time, regardless of the Byte Write
control inputs.
Sleep Mode
Low power (Sleep mode) is attained through the assertion
(High) of the ZZ signal, or by stopping the clock (CK).
Memory data is retained during Sleep mode.
Core and Interface Voltages
The GS88118/32/36C(T/D)-xxxIV operates on a 1.8 V or 2.5
V power supply. All input are 1.8 V and 2.5 V compatible.
Separate output power (V
DDQ
) pins are used to decouple
output noise from the internal circuits and are 1.8 V and 2.5 V
compatible.
Functional Description
Applications
The GS88118/32/36C(T/D)-xxxIV is a 9,437,184-bit high
performance synchronous SRAM with a 2-bit burst address
counter. Although of a type originally developed for Level 2
Cache applications supporting high performance CPUs, the
device now finds application in synchronous SRAM
applications, ranging from DSP main store to networking chip
set support.
Controls
Addresses, data I/Os, chip enable (E1, E2), address burst
control inputs (ADSP, ADSC, ADV) and write control inputs
(Bx, BW, GW) are synchronous and are controlled by a
positive-edge-triggered clock input (CK). Output enable (G)
and power down control (ZZ) are asynchronous inputs. Burst
cycles can be initiated with either ADSP or ADSC inputs. In
Burst mode, subsequent burst addresses are generated
internally and are controlled by ADV. The burst address
counter may be configured to count in either linear or
Parameter Synopsis
-250I
Pipeline
3-1-1-1
t
KQ
tCycle
Curr (x18)
Curr (x32/x36)
t
KQ
tCycle
Curr (x18)
Curr (x32/x36)
3.0
4.0
195
220
5.5
5.5
155
175
-200I
3.0
5.0
170
185
6.5
6.5
135
160
-150I
3.8
6.7
145
165
7.5
7.5
133
145
Unit
ns
ns
mA
mA
ns
ns
mA
mA
Flow Through
2-1-1-1
Rev: 1.04 6/2012
1/35
© 2011, GSI Technology
Specifications cited are subject to change without notice. For latest documentation see http://www.gsitechnology.com.
Anti-interference problem of msp430f149
I made a circuit using msp430f149, and it crashed after running for one or two hours. I connected an electromagnet to the circuit, and I wonder if it is interfering?...
zhangjun1960 Microcontroller MCU
CCS 4.1.2 About the use of stack
CCS4.1.2 A 237K project keeps running away after being burned into FLASH. I suspect a stack overflow, so I increase the default 0x400 to 0x3000. After debugging and checking the .map file, I find that...
15951757556 Microcontroller MCU
How to use arrays in C language for microcontrollers
[size=4] An array is an ordered collection of data elements of the same type. An array is represented by an array name, and the data in the array is uniquely identified by a specific subscript. The pu...
Aguilera Microcontroller MCU
Problems with using LPC1114 timers simultaneously
I use the 32-bit timer and 16-bit timer of lpc1114. The 16-bit timer has an unlimited interrupt of 26us, and the 32-bit timer has a 20ms interrupt after pressing a key. I found that the 16-bit interru...
xslyk NXP MCU
Getting ready for 2011! Competition section recruits volunteers
Ha! Time flies so fast, and next year's competition is approaching! This section is now recruiting N enthusiastic volunteers to serve with us as the organizing committee of the EEWORLD competition sec...
EEWORLD社区 Electronics Design Contest

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1019  84  1073  2198  1466  21  2  22  45  30 
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号