Tuesday, 19 June 2018

power - SMD capacitor package size and high frequency performance


I am designing a circuit with a Spartan6 FPGA and the documentation for the FPGA specifies 4.7uF (0805) and 0.47uF (0402) capacitors for decoupling. As I really do not want to solder 0402 capacitors if I can avoid that, I would like to use 0805 or 1210 size capacitors for this. Would their performance at high frequencies be different from those that have smaller packages?


The max in/out frequency is ~300MHz



Answer




Yes, it makes a difference.


A larger package will generally have a higher parasitic inductance, leading to a lower self-resonant frequency and higher impedance at high frequencies:


enter image description here


(image source: electronicdesign.com)


For an 0.1 uF capacitor at 0402 size, the resonant frequency is typically in the 10-20 MHz range.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...