Fort Lauderdale, FL 33301 USA • 954-766-2800 • www.kemet.com
C1025_X7R_HV_FT-CAP_SMD • 12/19/2018
1
Surface Mount Multilayer Ceramic Chip Capacitors (SMD MLCCs)
High Voltage with Flexible Termination System, X7R Dielectric, 500 – 3,000 VDC (Commercial Grade)
Packaging C-Spec Ordering Options Table
Packaging Type
1
Bulk Bag/Unmarked
7" Reel/Unmarked
13" Reel/Unmarked
7" Reel/Marked
13" Reel/Marked
7" Reel/Unmarked/2mm pitch
2
13" Reel/Unmarked/2mm 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)
TM
7040 (EIA 0603)
7215 (EIA 0805 and larger case sizes)
7081
7082
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. Please contact KEMET if you require a laser marked option. For more information see "Capacitor Marking".
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".
My P11.2 port is strangely grounded! The pin P11.2 connected to it is not grounded, and there is another pin that is the power pin, which is also not grounded, but it is found that it is shorted to th...
Why do we use switching regulators in some cases? Why not use linear regulators (LDO) and charge pumps? Why? [/font][/color] [color=#595959][font=Arial, Helvetica, sans-serif] [/font][/color] [color=#...
[size=4][color=red]How to transplant this program to this circuit? [size=2][color=black]#include//Include header file, generally no need to change, the header file contains the definition of special f...
[i=s] This post was last edited by paulhyde on 2014-9-15 04:06 [/i] For example, the broadband programmable amplifier of 2005, the programmable filter of 2007, the broadband DC amplifier of 2009, the ...
I feel it's very useful
The video made online is this Guo Tianxiang's 51 video, which uses the screen recording expertThere is a usage document for reference....
Proficient in C / C++ /VS programming, and participated in the development of large-scale software. Have experience in Windows APP and Driver product development and certain hardware and firmware know...
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]