电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

MT46H32M16LFBF-6 AT:C

产品描述SDRAM - 移动 LPDDR 存储器 IC 512Mb(32M x 16) 并联 166 MHz 5 ns 60-VFBGA(8x9)
产品类别半导体    存储器   
文件大小1MB,共96页
制造商Micron Technology
官网地址http://www.mdtic.com.tw/
标准
下载文档 详细参数 全文预览

MT46H32M16LFBF-6 AT:C概述

SDRAM - 移动 LPDDR 存储器 IC 512Mb(32M x 16) 并联 166 MHz 5 ns 60-VFBGA(8x9)

MT46H32M16LFBF-6 AT:C规格参数

参数名称属性值
类别
厂商名称Micron Technology
包装管件
存储器类型易失
存储器格式DRAM
技术SDRAM - 移动 LPDDR
存储容量512Mb(32M x 16)
存储器接口并联
写周期时间 - 字,页15ns
电压 - 供电1.7V ~ 1.95V
工作温度-40°C ~ 105°C(TA)
安装类型表面贴装型
封装/外壳60-VFBGA
供应商器件封装60-VFBGA(8x9)
时钟频率166 MHz
访问时间5 ns
基本产品编号MT46H32M16

文档预览

下载PDF文档
512Mb: x16, x32 Automotive LPDDR SDRAM
Features
Automotive LPDDR SDRAM
MT46H32M16LF – 8 Meg x 16 x 4 banks
MT46H16M32LF – 4 Meg x 32 x 4 banks
MT46H16M32LG – 4 Meg x 32 x 4 banks
Features
• V
DD
/V
DDQ
= 1.70–1.95V
• Bidirectional data strobe per byte of data (DQS)
• Internal, pipelined double data rate (DDR)
architecture; two data accesses per clock cycle
• Differential clock inputs (CK and CK#)
• Commands entered on each positive CK edge
• DQS edge-aligned with data for READs; center-
aligned with data for WRITEs
• 4 internal banks for concurrent operation
• Data masks (DM) for masking write data; one mask
per byte
• Programmable burst lengths (BL): 2, 4, 8, or 16
• Concurrent auto precharge option is supported
• Auto refresh and self refresh modes
• 1.8V LVCMOS-compatible inputs
• Temperature-compensated self refresh (TCSR)
• Partial-array self refresh (PASR)
• Deep power-down (DPD)
• Status read register (SRR)
• Selectable output drive strength (DS)
• Clock stop capability
• 64ms refresh, 32ms for automotive temperature
Table 1: Key Timing Parameters (CL = 3)
Speed Grade
-5
-6
Clock Rate
200 MHz
166 MHz
Access Time
5.0ns
5.0ns
Options
• V
DD
/V
DDQ
– 1.8V/1.8V
• Configuration
– 32 Meg x 16 (8 Meg x 16 x 4 banks)
– 16 Meg x 32 (4 Meg x 32 x 4 banks)
• Addressing
– JEDEC-standard addressing
• Plastic "green" package
– 60-ball VFBGA (8mm x 9mm)
1
– 90-ball VFBGA (8mm x 13mm)
2
– 90-ball VFBGA (8mm x 13mm)
2
• Timing – cycle time
– 5ns @ CL = 3 (200 MHz)
– 6ns @ CL = 3 (166 MHz)
• Power
– Standard I
DD2
/I
DD6
– Low-power I
DD2
/I
DD6
• Product certification
– Automotive
• Operating temperature range
– Industrial (–40˚C to +85˚C)
– Automotive (–40˚C to +105˚C)
• Design revision
Notes:
Marking
H
32M16
16M32
LF
BF
B5
BQ
-5
-6
None
L
A
IT
AT
:C
1. Only available for x16 configuration.
2. Only available for x32 configuration.
PDF: 09005aef846e285e
t67m_embedded_lpddr_512mb.pdf - Rev. D 2/14 EN
1
Micron Technology, Inc. reserves the right to change products or specifications without notice.
©
2012 Micron Technology, Inc. All rights reserved.
Products and specifications discussed herein are subject to change by Micron without notice.
求大神帮个忙
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity dian is port(clk,d:in std_logic; led7s:out std_logic_vector(7 downto 0); ......
q85669031 FPGA/CPLD
EEWORLD大学堂----直播回放: 助力 '双碳' - ADI智能工厂方案
直播回放: 助力 '双碳' - ADI智能工厂方案:https://training.eeworld.com.cn/course/6169...
hi5 综合技术交流
最“搞”头像评选——和EEWORLD一起high!
票选EEWORLD最“搞”头像! 活动时间:2月1日~2月28日 活动内容: 1、网友在本贴跟帖:以图片格式,推荐自己或者其他网友的头像,所提名的头像可以是好玩、搞笑、印象深刻、过目不忘, ......
EEWORLD社区 聊聊、笑笑、闹闹
pyboardCN V2的进一步讨论
因为最近事情实在太多,在加上部分功能没有完全考虑好,所以pyboardCN V2的事情推迟了一段时间。下周后时间上应该会充裕一点,可以开始启动设计了。 目前的几个想法,希望和大家一起讨论: ......
dcexpert MicroPython开源版块
关于快速排序qsort函数测试
#include<stdio.h>#include<stdlib.h> int cmp(const void *p, const void *q); int cmp(const void *p, const void *q){ return(*(int*)p - *(int*)q);} intmain(int argc, char ** ......
wuquan-1230 Linux开发
发一段调试串口的代码,请高手看看哪里有问题
前几天写了一段小程序,验证一下串口的。我的意思是每次从电脑的串口调试助手里发字符"OK"过去,lunchpad一次返回‘A'、'B'、'C'。不过每次它都返回的是A。而改变rx_count这个变量,直接给它赋 ......
挨紧 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 616  642  129  1513  802  13  3  31  17  24 

器件索引   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

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved