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
Superior flex performance (up to 5 mm)
Lead (Pb)-free, RoHS and REACH compliant
EIA 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
[color=#333333](1) 430 turns off interrupt nesting by default, unless you turn on the general interrupt EINT again in an interrupt program. [/color] [color=#333333](2) When entering an interrupt progr...
We need menus in many projects, especially multi-layer menus, which are widely used. However, it is very troublesome to write a multi-layer menu that can be easily transplanted. Here we will first stu...
[b][color=#009900]Concepts[/color] [/b][hr] [b]IRQ[/b](Interrupt Request): refers to the interrupt mode. [b]FIQ[/b](Fast Interrupt Request): refers to the fast interrupt mode. [b]IRQ[/b] and [b]FIQ[/b...
[color=#252525]Design paper of face recognition based on DSP[/color] [color=#252525] [/color] [color=#252525][/color] [color=#252525][/color] [color=#252525] [/color]...
Xilinx has launched a new version of real-time debugging and verification software for FPGA designs. The company's ChipScope Pro 6.2i makes FPGA reprogrammable, and debugging of logic and embedded sys...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
Analysts have sorted out some interesting phenomena. Let's follow the embedded editor to learn about the relevant content.
Huawei emerged as a star in the all-
flash
array sales ra...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[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]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[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]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[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]