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
I plan to drive a USB UVC camera on a microcontroller (mainly Cortex-M series). This post is an analysis of the enumeration process under Windows. After the camera is plugged in, the enumeration is in...
I am working on a sinusoidal signal constant current source, which includes the following functional modules: DDS module, matrix keyboard module, frequency division module, and test module for display...
Today, I watched the lesson "MSP430 Getting Started Course - Use of Launchpad IDE Development Tools" by wstt, the moderator of the 430 section. First of all, I felt that it was very detailed and very ...
[i=s]This post was last edited by Uncle Xiaomo on 2022-8-10 09:19[/i]Project Portal
[Brick Drinking Water Recorder] 2022 Digi-Key Innovation Design Competition Material Unboxing
1. Development Environ...
[align=left]When the Protel99se[font=宋体]design file is too large to upload, it needs to be[/font][font=宋体][size=10.5pt]optimized! [/size][/font][/align][align=left][font=宋体][size=10.5pt] [/size][/font...
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]
Since the second half of 2017,
the market share of
quantum dot
displays has dropped significantly, with global sales falling from 3.42 million in 2016 to 2 million in 2017, a 42% decrease; d...[Details]
The ARM11 (S3C6410) processor is selected as the hardware platform, the embedded Linux operating system is used as the software platform, the background difference method and the frame difference...[Details]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
Since the 20th century, our data
storage
has evolved from media such as magnetic tapes, floppy disks and CDs to sophisticated semiconductor
storage
chips that can store data in coun...[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]
The role of the watchdog: Since the operation of the microcontroller is often interfered by the external electromagnetic field, the program may run away and fall into an infinite loop. The normal ope...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[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]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[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]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]