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

关键词

搜索

型号

搜索

TBJD336K010CSST0924

产品描述Tantalum Capacitor, Polarized, Tantalum (dry/solid), 10V, 10% +Tol, 10% -Tol, 33uF, 2917
产品类别无源元件    电容器   
文件大小140KB,共4页
制造商AVX
标准  
下载文档 详细参数 全文预览

TBJD336K010CSST0924概述

Tantalum Capacitor, Polarized, Tantalum (dry/solid), 10V, 10% +Tol, 10% -Tol, 33uF, 2917

TBJD336K010CSST0924规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称AVX
包装说明, 2917
Reach Compliance Codecompliant
ECCN代码EAR99
电容33 µF
电容器类型TANTALUM CAPACITOR
介电材料TANTALUM (DRY/SOLID)
ESR1100 mΩ
高度2.8 mm
JESD-609代码e4
长度7.3 mm
制造商序列号TBJ
负容差10%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形式SMT
包装方法TR, 13 Inch
极性POLARIZED
正容差10%
额定(直流)电压(URdc)10 V
参考标准MIL-PRF-55365/8
系列TBJ
尺寸代码2917
端子面层Gold (Au)
宽度4.3 mm

文档预览

下载PDF文档
TBJ Series
CWR11 - MIL-PRF-55365/8
Established Reliability, COTS-Plus & Space Level
For Space Level applications, AVX
SRC9000 qualification is recommend-
ed (see ratings table for part number
availability).
There are four termination finishes
available: solder plated, fused solder
plated, hot solder dipped and gold
plated (these are “H”, “K”, “C”
and “B” termination, respectively, per
MIL-PRF-55365).
The molding compound has been
selected to meet the requirements of
UL94V-0 (Flame Retardancy) and
outgassing requirements of NASA
SP-R-0022A.
Fully qualified to MIL-PRF-55365/8,
the CWR11 is the military version of
EIA-535BAAC, with four case sizes
designed for maximum packaging
efficiency on 8mm & 12mm tape for
high volume production (ensuring no
TCE mismatch with any substrate).
This construction is compatible with a
wide range of SMT board assembly
processes including wave or reflow
solder, conductive epoxy or compres-
sion bonding techniques. The part also
carries full polarity, capacitance / voltage
and JAN brand marking.
The series is qualified to MIL-PRF-
55365 Weibull “B”, “C”, “D” and “T”
levels, with all surge options (“A”, “B” &
“C”) available.
L
W
H
A
S
A
W
1
CASE DIMENSIONS:
millimeters (inches)
Case
Code
A
B
EIA
Metric
3216-18
3528-21
6032-28
7343-31
Length (L)
3.20±0.20
(0.126±0.008)
3.50±0.20
(0.138±0.008)
6.00±0.30
(0.236±0.012)
7.30±0.30
(0.287±0.012)
Width (W)
Height (H)
Term. Width (W
1
)
±0.10 (±0.004)
1.20 (0.047)
2.20 (0.087)
2.20 (0.087)
2.40 (0.094)
Term. Length A
±0.30(±0.012)
0.80 (0.031)
0.80 (0.031)
1.30 (0.051)
1.30 (0.051)
S min
1.80 (0.071)
1.40 (0.055)
2.90 (0.114)
4.40 (0.173)
1.60±0.20
1.60±0.20
(0.063±0.008) (0.063±0.008)
2.80±0.20
1.90±0.20
(0.110±0.008) (0.075±0.008)
3.20±0.30
2.50±0.30
(0.126±0.012) (0.098±0.012)
4.30±0.30
2.80±0.30
(0.169±0.012) (0.110±0.012)
MARKING
(Brown marking on gold body)
Polarity Stripe (+)
C
“J” for “JAN” Brand
Capacitance Code
Rated Voltage
Manufacturer’s ID
D
CAPACITANCE AND RATED VOLTAGE, V
R
(MIL VOLTAGE CODE) RANGE
CASE SIZE
Capacitance
μF
Code
0.10
104
0.15
154
0.22
224
0.33
334
0.47
474
0.68
684
1.0
105
1.5
155
2.2
225
3.3
335
4.7
475
6.8
685
10
106
15
156
22
226
33
336
47
476
68
686
100
107
150
157
220
227
330
337
4V (C)
6V (D)
10V (F)
Rated voltage DC (V
R
) to 85ºC
15V (H)
20V (J)
25V (K)
35V (M)
A
A
A
A
B
B
B
C
C
C
D
D
50V (N)
A
B
B
B
C
C
C
D
D
D
D
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
C
D
D
A
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
C
D
D
A
A
B
B
B
C
C
C
D
D
D
MARCH 2013
25
程序
#include <reg52.h> #include"XPT2046.h" typedef unsigned int u16; typedef unsigned char u8; sbit key1=P2^0; sbit key2=P2^1; sbit key3=P2^2; //--定义使用的IO口--// sb ......
zhangchun123 51单片机
关于TI芯片LM3S601,在IAR内调试问题~~~~
在TI,LM3S601芯片上用程序进行编码器速度计算时,利用到SysCtlDelay()这个函数时,显示sysctlDelay未定义,但我sysctl.h或是sysctl .c都已经导入IAR了~~~make时还是通不过,这是什么原因?GO to ......
5e2tjiang 微控制器 MCU
求助 LPC1114的UCOS例程
求助 LPC1114的UCOS例程 求助LPC1114的UCOS例程?或者提供UC/OSii与ARM处理器相关的具体函数的例程?感激…… ...
52danpianji NXP MCU
怎么样使阻容降压更加稳定
附件中是我做的一个阻容降压的电路,但这个电源相当不稳定,老是把芯片冲击坏掉(芯片的5V电压管脚和GND直接短路,通了),自我改动:加了个Pi型滤波电路,但仍然没效果。新的一个想法是:用一 ......
n672757282 模拟电子
UART FIFO
今天我调试的时候,发现一个有点奇怪的问题,就是接收FIFO。FIFO的可以装下16字节的数据,我设置接收FIFO深度位7/8,当我发送14个数据的时候,这个时候是肯定不会发生超时中断的,这个效果也出 ......
suguoliu 微控制器 MCU
出手头几块开发板,全新
出手头几块开发板,全新。 1、黑金Cyclone II开发板。 98120 2、micro2440 arm开发板 1G的nand flash,图就不上了。 3、TI大学计划的LM3S811开发板,有好几块。 98119 4、TI的msp43 ......
shenchen 淘e淘

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1809  873  2522  2821  2701  37  18  51  57  55 

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