This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51422 decoupling capacitors

Hi,

I usually use electronics.stackexchange.com/.../15143 approach for decoupling capacitors and until now I had much better EMI performances.

I make sure that tracks between decoupling capacitors and MCU never run across main ground plane. GNDs are all connected together and tied with global ground plane in exactly one point.

However, nrf51422 Product specification v3.1. says:

Long power supply lines on the PCB should be avoided. All device grounds, VDD connections, and VDD bypass capacitors must be connected as close as possible to the IC. For a PCB with a topside RF ground plane, the VSS pins should be connected directly to the ground plane. For a PCB with a bottom ground plane, the best technique is to have via holes as close as possible to the VSS pads. A minimum of one via hole should be used for each VSS pin.

Would mine approach result in a problem with nrf51422?

Parents
  • Hello,

    the approach of connecting grounds together in a local plane and then connecting this again to the global plane in one point will generally generate less noise in the ground plane. But due to the long lines there will be an increase in the inductance between the chip vss pins and the ground plane. For a microcontroller without an radio this is usually not a problem and it is good practice. This is not the case for our chips.

    The antenna use the ground plane as a reference and a relatively small inductance will at 2.4GHz function as an open circuit, meaning the antenna will have problems seeing the ground.

    So there is a trade off between the noise in the ground plane and how good the RF performance of the design will be. If your system is not very sensitive to noise in the ground (because you have sensitive analog devices connected) I would recommend to use the guidelines in the product specification.

    We have also written a tutorial which describe general PCB guidelines for the nrf51 chip. You can pick up a lot of tips on how a circuit should be designed to be used with high frequencies. It is found here.

Reply
  • Hello,

    the approach of connecting grounds together in a local plane and then connecting this again to the global plane in one point will generally generate less noise in the ground plane. But due to the long lines there will be an increase in the inductance between the chip vss pins and the ground plane. For a microcontroller without an radio this is usually not a problem and it is good practice. This is not the case for our chips.

    The antenna use the ground plane as a reference and a relatively small inductance will at 2.4GHz function as an open circuit, meaning the antenna will have problems seeing the ground.

    So there is a trade off between the noise in the ground plane and how good the RF performance of the design will be. If your system is not very sensitive to noise in the ground (because you have sensitive analog devices connected) I would recommend to use the guidelines in the product specification.

    We have also written a tutorial which describe general PCB guidelines for the nrf51 chip. You can pick up a lot of tips on how a circuit should be designed to be used with high frequencies. It is found here.

Children
Related