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 Reply Children
  • Using both internal and external pull-up  or pull-down at the same time is not recommended. The internal ones should be disabled when using external ones.

  • No .. I actually mean, if I need to put some additional pull-up or down for some GPIO line that has no external resistor and same component already has external resistor on some other GPIO line.

    I have strange current leak on my custom board -- I have SPI e-paper, that is powered from external DCDC. Our board configuration is so, that MCU internal DCDC output has nothing connected (only SWD socket for programming, because NRF52840 from factory has 1.8V VDD and I can't flash it straight from the box with DK without powering the MCU with 3V from SWD socket).

    If I flash the board, then e-paper gets power from somewhere and is active. Therefore I tought that some internal pull-up is maybe giving parasitic power via SPI or something like that.

Related