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

Vdd generated from Vddh is unstable without connected debuger and with non-started soft device

Vdd generated from Vddh is unstable without connected debugger and with non-started soft device

We are developing a battery powered device based on nRF52840 on custom PCB. We are aiming to use nRF52840 DCDC REG0 to provide 3V Vdd from Li-ion battery. Vdd would also be used to run some peripherals but the current should be below 25 mA. Firmware was developed on nRF52 DK and successfully ported to custom board. With exception of unstable Vdd.

The circuit is made based on the circuit configuration no. 4 from nRF52840 datasheet v 1.1 p591. Inductors L2, L3 and capacitors C15 and C16 are in place. Also all other capacitors and inductors). Vdd is stable when the debugger (nRF52 DK) is connected. REG0 DCDC converter (and REG1 also) is enabled between initialize() and start() function in main (based on mesh light server example).

As long as I program the CPU with the debugger and then reset it via SWDebug the Vdd is stable. Even if I disconnect the debugger, the circuit stays stable. As soon as I start the circuit by connecting it to external supply (the same as used previously for programming) Vdd becomes unstable.

For debugging purposes I did not start the soft device while experimenting. After two days of debugging several sub circuits and playing with blocking capacitors, I checked the code again and out of desperation (and function name: sd_power_dcdc0_mode_set(NRF_POWER_DCDC_ENABLE);) enabled the soft device (just before writing to forum) and the Vdd stayed stable even if the circuit was started by connecting external supply only without debugger.

This seems like a very odd bug (or I missed some warnings somewhere).

My question now is, whether this behavior is expected? It seems very strange.

Thank you!

  • Is there anyone who has some experience to help with this problem? Thanks!

  • Hi, sorry for the late response. Some voltage changes are expected when the regulator is switching between the different modes. ULP and DCDC/LDO. But based on your description I'm not sure about what you are seeing, vs what is expected. Do you have any plots you can share? Also if you can share the schematics that would be great. We can make this ticket private if you don't want to share it publicly.

  • Dear Stian,

    It is ok, my reply is also very late due to some holidays and other matters.

    I have done some more tests and scope screenshots. First, here is the main part of schematics without peripheral circuits:

    Schematics

    Circumstances during the experiment.

    The PCB was battery powered (Li-ion 3.5V), DCDC0 and DCDC1 were enabled, Vdd was programmed to 3V. We are using nRF52840, nrf5 SDK for mesh v4.0 and nrf SDK 16.0. Firmware is based on the Light Switch Server example. Core source files regarding Bluetooth were not modified. For programming our PCB we use nrf52DK via SWD (using P20 (GND detect, SWD CLK, SWD IO, VTG and _no_ VDD) and GND connected to GND detect). CH1 is Vdd, CH2 is Vbat. Initially the soft device was not enabled and the debugger was not connected.

    Here are oscilloscope screenshots and some explanations:

    Vdd with no SD:

    Then drops in Vdd happen for no obvious reason:

    Then I connect the debugger via SWD:

    And reset the microcontroler via Segger Embedded Studio:

    Then I stopped the execution via Segger:

    Now I reprogrammed the firmware and enabled the soft device. Here we have our Vdd when the uc operates reliably despite some small oscillations:

    After disconnecting the DK the Vdd is constant:

    After resetting the PCB by reconnecting the battery the Vdd is still constant:

    But there are ocasional drops in Vdd:

    I hope that based on this information you will be able to identify the problem or at least give some ideas about what could be causing Vdd instability. Currently the main problem is that because of Vdd instability, the touch button reports false signals. But finally we have to solve this issue, because it may lead to other problems.

    Thank you,
    Matevz

  • I would like to add a few more things that I have tried.

    1. If I disable DCDC REG0, Vdd is stable, regardless whether soft device is enabled or not.
    2. There are some IR LEDs that are powered from Vdd and should draw about 50 mA for several us, but when they are switched on, the Vdd does not drop or oscillate.
    3. There are some other peripherals, but they should not do anything during testing, with exception of capacitive touch button controller, but that one should be limited to 400 uA.
  • Hi, 

    Stian is out of office on vacation, I will have a look at this within the end of the week. 

    Best regards,
    Kaja

Related