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

nRF51822: Connecting VCC and AVDD?

Referring to the PCA10001 schematic, there is a solder bridge SB1, which connects AVDD with VCC_nRF.

Can you please explain in which cases is it needed?

Thank you Oleh

nrf51822_VCC_AVDD_SB1.png

Parents
  • Hi,

    For LDO operation: There's an internal coupling between VDD and AVDD, so that solder bridge does need to be shorted. However, the internal switch will add a series-resistance, so shorting SB1 it will lead to a lower resistance.

    For DCDC operation: Then there should not be a wired connection between AVDD and VDD, as AVDD will have another level than VDD.

    Best regards Håkon

Reply
  • Hi,

    For LDO operation: There's an internal coupling between VDD and AVDD, so that solder bridge does need to be shorted. However, the internal switch will add a series-resistance, so shorting SB1 it will lead to a lower resistance.

    For DCDC operation: Then there should not be a wired connection between AVDD and VDD, as AVDD will have another level than VDD.

    Best regards Håkon

Children
  • Håkon, thank you for the explanation.

    Following question: for the DCDC operation, connecting VDD and AVDD will damage the chip? or will the chip power up/start?

    Thank you Oleh

  • Hi again Oleh,

    By connecting VDD and AVDD together while in DCDC operation, you will bypass the DCDC in effect and may damage the chip. This will not work (double checked with HW-designer).

    What you should do is use the reference design w/DCDC (figure 16 in the PS v2.0). This will also work with LDO operation, as there is an internal switch from VCC_NRF to AVDD. The chip will start up on normal LDO until you enable the DCDC in your firmware.

    If you are to connected VCC_NRF and AVDD, you just remove the components on "DCC" pin (ie: run nRF on normal LDO operation power scheme).

    Best regards Håkon

  • Hi Håkon, it is good to hearing from you again.

    the reason for this question is: I've got few PCBs with DCDC configuration, but the solderbridge was defauls connected. Next PCBs are with int-LDO and low-energy configuration, so do not have this problem.

    But still wanted to ask if there was any damage caused to the chip in the case of DCDC... now I know :) I shouldnt try it :))

    Thank you also for explanation!

    With best regards Oleh

Related