Saturday 23 July 2016

pcb design - EMI Issue: Ringing in switch mode power supply layout (5V -> 3V3)



I am working on a device which is undergoing testing to pass FCC part B (CSRR 22) emissions. At one angle and polarization (Vertical) the device fails as it has emissions in the 100-200Mhz range which breach the threshold.


The test result shows two characteristic peaks at 145Mhz and 128Mhz. One source of wider band noise is ringing. The ringing has multiple harmonic components.


Problem


The PCB has 2 Switch Mode power Supplies (SMPS) These are Semtec TS30011/12/13 series chips. (DATASHEET) Upon closer inspection, there is a ringing on the power output (before the inductor stage) SMPS 1 has a ring at 145MHz while SMPS2 has a ring at 128Mhz. It is worth noting that they have different loads on them. Their schematics are identical their layout is some what different but 80% the same.



  1. What layout options do I have to reduce the EMI noise?

  2. I am busy adjusting the trace thickness going into the inductor to reduce stray capacitance


Note there is a GND pour which is not seen in the layout which ties all the Caps together fairly well


I am at a loss for how to adjust the filter components to reduce the ringing.




EMI test results



enter image description here This can be solved by placing a ferrite core onto the power supply cable going into the device, however this is a non-optimal solution for various cost and aesthetic reasons.



enter image description here



The all run reference to GND which is hidden, the power layer below supplies Vin at 5-12V they each are fixed to output 3V3 SMPS next to each other




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...