Surface Mount Multilayer Ceramic Chip Capacitors (SMD MLCCs)
High Temperature 150°C Ultra-Stable X8R Dielectric, 10 – 100 VDC (Commercial & Automotive Grade)
Packaging C-Spec Ordering Options Table
Packaging Type
Commercial Grade
1
Bulk Bag
7" Reel/Unmarked
13" Reel/Unmarked
7" Reel/Unmarked/2 mm pitch
2
13" Reel/Unmarked/2 mm pitch
2
7" Reel
13" Reel/Unmarked
7" Reel/Unmarked/2 mm pitch
2
13" Reel/Unmarked/2 mm pitch
2
1
1
Packaging/Grade
Ordering Code (C-Spec)
Not Required (Blank)
TU
7411 (EIA 0603 and smaller case sizes)
7210 (EIA 0805 and larger case sizes)
7081
7082
Automotive Grade
3
AUTO
AUTO7411 (EIA 0603 and smaller case sizes)
AUTO7210 (EIA 0805 and larger case sizes)
3190
3191
Default packaging is “Bulk Bag”. An ordering code C-Spec is not required for “Bulk Bag” packaging.
The terms “Marked” and “Unmarked” pertain to laser marking option of capacitors. All packaging options labeled as “Unmarked” will contain
capacitors that have not been laser marked.
2
The 2 mm pitch option allows for double the packaging quantity of capacitors on a given reel size. This option is limited to EIA 0603 (1608 metric) case
size devices. For more information regarding 2 mm pitch option see “Tape & Reel Packaging Information”.
3
Reeling tape options (Paper or Plastic) are dependent on capacitor case size (L” x W”) and thickness dimension. See “Chip Thickness/Tape & Reel
Packaging Quantities” and “Tape & Reel Packaging Information”.
3
For additional Information regarding “AUTO” C-Spec options, see “Automotive C-Spec Information”.
3
All Automotive packaging C-Specs listed exclude the option to laser mark components. Please contact KEMET if you require a laser marked option. For
more information see “Capacitor Marking”.
Benefits
−55°C to +150°C operating temperature range
Lead (Pb)-Free, RoHS and REACH compliant
EIA 0402, 0603, 0805, 1206, 1210, and 1812 case sizes
DC voltage ratings of 10 V, 16 V, 25 V, 50 V and 100 V
Capacitance offerings ranging from 0.5 pF to 0.22 μF
Available capacitance tolerances of ±0.10 pF, ±0.25 pF,
±0.5 pF, ±1%, ±2%, ±5%, ±10%, and ±20%
• Extremely low ESR and ESL
• High thermal stability
• High ripple current capability
•
•
•
•
•
•
• No capacitance change with respect to applied rated DC
I recently encountered the need to use interrupt-based SPI communication in an AVR microcontroller, so I went to the Internet to search for relevant routines to learn and found this file number: AVR13...
1) BIOS is the abbreviation of Basic I/O System, which is the basic input and output management.2) It is used to manage task scheduling, real-time program analysis, interrupt management, trace managem...
[color=#333333][font=Arial, 微软雅黑][size=14px]I use msp430 to make a power supply. But when I use msp430 to send out pwm to drive the ir2104 circuit, why is the ho output of ir2104 only 2.5V? Changing t...
I would like to ask if anyone has used or configured or has used the CDU of ServerTech in their company. This is a power supply for the racks that hold servers in data centers. It can be connected to ...
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]