Power configuration 4 and external DCDC

Hi

I'm currently using power configuration example nr. 4 for my custom board with nRF52840. Can I use external DCDC for powering my other components on the board (SPI and i2C devices + some GPIO Pin-s with pull-up and pull-downs) with described configuration? Would external pull-ups or downs to external VDD cause problems? I use same voltage for both VDD-s (3.3V).

Actually I see, that configuration type 5 would be better suited for my board (my other components draw more current as internal DCDC can handle), but I should be sure about current version before I ask for changes in board layout.

Parents
  • Hi,

    There's no issue using  external DCDC converter for the other components on the board, but you need to make sure the VDD voltage of the nRF52840 is the same as the external DCDC.

    By default, when using REG0 with VDDH as the supply for the SoC, the VDD voltage will be 1.8V, if you want to use another voltage for the external components and pullups, you need to change the output voltage of REG0 using the UICR register REGOUT0

     

    If the external DCDC converter can supply enough current, it is easiest to change to configuration 5 and supply the nRF52840 from the external DCDC.

     

    Best regards,

    Bendik

Reply
  • Hi,

    There's no issue using  external DCDC converter for the other components on the board, but you need to make sure the VDD voltage of the nRF52840 is the same as the external DCDC.

    By default, when using REG0 with VDDH as the supply for the SoC, the VDD voltage will be 1.8V, if you want to use another voltage for the external components and pullups, you need to change the output voltage of REG0 using the UICR register REGOUT0

     

    If the external DCDC converter can supply enough current, it is easiest to change to configuration 5 and supply the nRF52840 from the external DCDC.

     

    Best regards,

    Bendik

Children
Related