Electronic – Decoupling and bulk capacitor number and value

capacitorcircuit-designpcb-design

I am currently finishing a circuit with TIVA C TM4C123G where the user manual indicate the following:

"decoupling capacitor typically 0.1uF in value and should be accompanied by a bulk capacitor. The combined VDD and VDDA bulk capacitance of the microcontroller is typically between 2uF and 22uF" "For optimal performance, locate one decoupling capacitor adjacent to each VDD power and ground pin par. At a minimum there should be one decoupling capactiro on each side of the microcontroller package connected betxeen VDD and Ground"

1./ Looking at the launchpad board TMC123G and other board EVM, the number of decoupling capacitor and bulk capacitor are not respecting those indication. So, how to know how many capacitor and of which value I should put (particularly for the bulk) ?

2./ What can happen if I put too many decoupling capacitor on one pin

3./What can happen if I put too many bulk capacitor on one pin ?

I am a bit lost here , sorry if my question look stupid

Launchpad guide reference: http://www.ti.com/lit/ug/spmu296/spmu296.pdf
DK guide: http://www.ti.com/lit/ds/spms375e/spms375e.pdf
Chip guide: http://www.ti.com/lit/an/spma059/spma059.pdf

I don't understand because in the chip they say some decoupling capacitor should be placed on each side of the mcu, but on the LQFP144 package there are several VDD +GNd pair… so i am supposed to put decoupling capacitor and bulk capacitor on all ?

Best Answer

On what I've seen from the Launchpad schematic, they seem to put one decoupling cap near each pin, and a single bulk for both VDD and VDDA. The decoupling caps are a mix of 10nF and 100nF, and the bulk is 1µF.

Indeed, this is different from the values in the recommendations, but the principle is the same. 10nF is quite low for a decoupling cap, but still makes the job. These low values are usually recommended for high-speed FPGA designs, but they also recommend using 0402-sized caps to be even closer to the chip, etc... In your case, just put 100nF everywhere (everywhere means: one for each VDD/VDDA pin, very close to it, as per the recommendations - the sides don't really matter, what matters is each pin).

Now, for the bulk, do as you prefer: a single 1µF minimum (for the whole chip, including VDD and VDDA supplies), close to the chip (and with short traces running to each pin). But if you use 2.2µF, 10µF, it will be all right. And I'm even sure if you don't put it, it will still work (unless the regulator is very far away).

Whatever you choose to do, don't worry: you can't (well, almost - see below) put too many decoupling/bluk caps. At some point (pretty quickly, actually), it becomes useless, but it is unlikely to have bad consequences. It could make some older LDO regulators to oscillate (the one that are unstable with ceramic output caps), if you put really too many of them and they are all close to the regulator.

Som interesting insights are also provided in this (more general - which is why I don't consider it's a duplicate) question: What is a decoupling capacitor and how do I know if I need one?