Default packaging is "Bulk Bag". An ordering code C-Spec is not required for "Bulk Bag" packaging.
1
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".
Benefits
• −55°C to +125°C operating temperature range
• Lead (Pb)-free, RoHS and REACH compliant
• Voltage conditioning and post-electrical testing per
MIL–PRF–55681
• Destructive Physical Analysis (DPA) per EIA–469
• Biased humidity testing (85/85) per MIL–STD–202
• Certificate of Compliance
• Temperature stable dielectric
• EIA 0402, 0603, 0805, 1206, 1210, 1812, and
2220 case sizes
• DC voltage ratings of 6.3 V, 10 V, 16 V, 25 V, 50 V, 100 V,
200 V, and 250 V
• Capacitance offerings ranging from 10 pF to 22 μF
• Available capacitance tolerances of ±5%, ±10%, and ±20%
RGPIO is a module added in Freescale Coldfire V1 series MCU. Coldfire V1 also retains the traditional GPIO. RGPIO fast GPIO is directly connected to the processor local bus GPIO, so its speed will be ...
My camera used to display with ITU 601 format, but after changing to ITU 656, it cannot trigger the camera interrupt! 601 triggers the interrupt through the field sync signal, but what about 656? Is i...
I remember downloading a movie and watching it a few days ago. I guess it was translated by someone from Northeast China. In the subtitles, the policeman kept saying the word "de se" all the time. I w...
[align=left][color=#000]In the SCI enable interrupt function: How do you understand the last two sentences? Why can the interrupt be enabled in this way? [/color][/align][align=left][color=#000]void s...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:52[/i] NFC (Near Field Communication) is actually just a function that simplifies Bluetooth connection. Mobile phones and tablets tha...
[color=#000000][font=宋体][size=10.5pt]I attended the 15th anniversary celebration of Hezhongda (TI's most powerful DSP agent and third-party partner) these days, and met a handsome guy, let's call him ...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
In 2017,
Sanan Optoelectronics
achieved sales revenue of 8.394 billion yuan, operating profit of 3.856 billion yuan, and net profit attributable to shareholders of the parent company of 3.1...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
STM32 has three startup modes. In RM0008 downloaded from the ST official website, you can find the startup-related configuration instructions: Translated into Chinese: The storage media corresp...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]