EEWORLDEEWORLDEEWORLD

Part Number

Search

GS8321ZV32GE-133IT

Description
ZBT SRAM, 1MX32, 8.5ns, CMOS, PBGA165, 15 X 17 MM, 1 MM PITCH, LEAD FREE, FBGA-165
Categorystorage    storage   
File Size1MB,33 Pages
ManufacturerGSI Technology
Websitehttp://www.gsitechnology.com/
Environmental Compliance  
Download Datasheet Parametric View All

GS8321ZV32GE-133IT Overview

ZBT SRAM, 1MX32, 8.5ns, CMOS, PBGA165, 15 X 17 MM, 1 MM PITCH, LEAD FREE, FBGA-165

GS8321ZV32GE-133IT Parametric

Parameter NameAttribute value
Is it lead-free?Lead free
Is it Rohs certified?conform to
MakerGSI Technology
Parts packaging codeBGA
package instructionLBGA,
Contacts165
Reach Compliance Codecompliant
ECCN code3A991.B.2.B
Maximum access time8.5 ns
Other featuresFLOW-THROUGH OR PIPELINED ARCHITECTURE
JESD-30 codeR-PBGA-B165
JESD-609 codee1
length17 mm
memory density33554432 bit
Memory IC TypeZBT SRAM
memory width32
Humidity sensitivity level3
Number of functions1
Number of terminals165
word count1048576 words
character code1000000
Operating modeSYNCHRONOUS
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
organize1MX32
Package body materialPLASTIC/EPOXY
encapsulated codeLBGA
Package shapeRECTANGULAR
Package formGRID ARRAY, LOW PROFILE
Parallel/SerialPARALLEL
Peak Reflow Temperature (Celsius)260
Certification statusNot Qualified
Maximum seat height1.4 mm
Maximum supply voltage (Vsup)2 V
Minimum supply voltage (Vsup)1.6 V
Nominal supply voltage (Vsup)1.8 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal surfaceTIN SILVER COPPER
Terminal formBALL
Terminal pitch1 mm
Terminal locationBOTTOM
Maximum time at peak reflow temperatureNOT SPECIFIED
width15 mm
GS8321ZV18/32/36E-250/225/200/166/150/133
165-Bump FP-BGA
Commercial Temp
Industrial Temp
Features
• User-configurable Pipeline and Flow Through mode
• NBT (No Bus Turn Around) functionality allows zero wait
read-write-read bus utilization
• Fully pin-compatible with both pipelined and flow through
NtRAM™, NoBL™ and ZBT™ SRAMs
• IEEE 1149.1 JTAG-compatible Boundary Scan
• 1.8 V +10%/–10% core power supply
• LBO pin for Linear or Interleave Burst mode
• Pin-compatible with 2Mb, 4Mb, 8Mb, and 18Mb devices
• Byte write operation (9-bit Bytes)
• 3 chip enable signals for easy depth expansion
• ZZ pin for automatic power-down
• JEDEC-standard 165-bump FP-BGA package
• Pb-Free 165-bump BGA package available
36Mb Pipelined and Flow Through
Synchronous NBT SRAM
250 MHz–133 MHz
1.8 V V
DD
1.8 V I/O
Because it is a synchronous device, address, data inputs, and
read/ write control inputs are captured on the rising edge of the
input clock. Burst order control (LBO) must be tied to a power
rail for proper operation. Asynchronous inputs include the
Sleep mode enable, ZZ and Output Enable. Output Enable can
be used to override the synchronous control of the output
drivers and turn the RAM's output drivers off at any time.
Write cycles are internally self-timed and initiated by the rising
edge of the clock input. This feature eliminates complex off-
chip write pulse generation required by asynchronous SRAMs
and simplifies input signal timing.
The GS8321ZV18/32/36E may be configured by the user to
operate in Pipeline or Flow Through mode. Operating as a
pipelined synchronous device, in addition to the rising-edge-
triggered registers that capture input signals, the device
incorporates a rising-edge-triggered output register. For read
cycles, pipelined SRAM output data is temporarily stored by
the edge triggered output register during the access cycle and
then released to the output drivers at the next rising edge of
clock.
The GS8321ZV18/32/36E is implemented with GSI's high
performance CMOS technology and is available in JEDEC-
standard 165-bump FP-BGA package.
Functional Description
The GS8321ZV18/32/36E is a 36Mbit Synchronous Static
SRAM. GSI's NBT SRAMs, like ZBT, NtRAM, NoBL or
other pipelined read/double late write or flow through read/
single late write SRAMs, allow utilization of all available bus
bandwidth by eliminating the need to insert deselect cycles
when the device is switched from read to write cycles.
Parameter Synopsis
t
KQ
tCycle
Curr
(x18)
Curr
(x32/x36)
t
KQ
tCycle
Curr
(x18)
Curr
(x32/x36)
-250 -225 -200 -166 -150 -133 Unit
2.5 2.7 3.0 3.5 3.8 4.0 ns
4.0 4.4 5.0 6.0 6.6 7.5 ns
285
350
6.5
6.5
205
235
265
320
7.0
7.0
195
225
245
295
7.5
7.5
185
210
220 210 185 mA
260 240 215 mA
8.0 8.5 8.5 ns
8.0 8.5 8.5 ns
175 165 155 mA
200 190 175 mA
Pipeline
3-1-1-1
Flow
Through
2-1-1-1
Rev: 1.04 4/2005
1/33
© 2003, GSI Technology
Specifications cited are subject to change without notice. For latest documentation see http://www.gsitechnology.com.
Live: Embedded to Cloud Journey with PIC and AVR MCUs from the Microchip Ecosystem Part 2
Today at 10:30 AM Live: Embedded to Cloud Journey with PIC and AVR MCUs from the Microchip Ecosystem Part 2Click here to enter the live broadcastLive broadcast time: November 24, 2021 (Wednesday) 10:3...
EEWORLD社区 Integrated technical exchanges
Purgatory Legend-RAM War
Purgatory Legend-RAM War...
zxopenljx FPGA/CPLD
[CY8CKIT-149 PSoC 4100S Review] + Familiar with the development environment
It only took me 2 hours to get used to the PSoC Creator 4.2 development environment. It is a very interesting development environment. Let me talk about my experience. Open the PSoC Creator 4.2 develo...
yangjiaxu MCU
How to write program control for AT28C64
void Chip_Erase(void){RAM_OE = 0;RAM_WE = 1;RAM_OE = 1;_nop_();_nop_ ();RAM_WE = 0;delay10ms();RAM_WE = 1;_nop_();_nop_();RAM_OE = 0;}Can this program erase the AT28C64 chip? How can I write it to ach...
阿卡时间段 51mcu
Motor control design, accuracy? resolution? arc minutes?
On the way to work: the traffic light turns green, you immediately step on the accelerator, and the car responds quickly within a few seconds and continues to drive to the company. This process seems ...
Jacktang Analogue and Mixed Signal
External interrupt and time interrupt count 0-999 displayed on the digital tube example
51 routines #includereg51.htypedef unsigned char uchar;xdataucharLED_CS _at_ 0x9000;xdata uchar LED_OUTSEG _at_0x9004; char LEDMAP[]={//Eight-segment tube display code0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6...
Aguilera Microcontroller MCU

Technical ResourceMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

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-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号