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

nRF52840 Startup Surge

I've been doing some testing with the nRF52840 (I purchased the Raytac MDBT50Q-1M), and I'm seeing a pretty hard startup surge.  I've attached the results from my scope.  The power supply is 3.3V from my bench.  I thought maybe I had a faulty chip, but I am seeing the same behavior on the nRF52840 Feather from Adafruit (uses the same Raytac variant).

Having said that, I did see there's a new chip revision out, but I was just wondering if this is normal?  It's a pretty big drop.  I added a small capacitor between the supply and ground, and it definitely smoothed things out; however, the surge is still there.

Parents Reply Children
  • I suggest you use DCDC for both reg0 and reg1. The LDO's will burn about 40-50% of the energy you supply them, and they are worse the higher the voltage drop. 

    If you plan on using reg0 to step down the voltage to 3.3V then you really should use reg1's DC-DC converter as well since the voltage drop from 3.3V to 1.8V is quite large. 


    If you could guarantee that your supply voltage would not exceed 3.6V then you can use reg1 only, and skip reg0. But a fully charged lithium cell is usually way above 3.6V...

  • Thanks for the response.  So, I think the problem IS the DCDC converter.  Using an external LDO, I don't think I'll see the sudden drop in voltage (or at least the LDO will buffer it).  Normally, I don't think this is an issue on startup; however, I will be putting a FET at the source (LiFePO4) battery that will most definitely be affected by the voltage drop.

    LiFePO4 batteries run around 3.2V and peak at 3.6V (much different than a LiPo).  I think I'll have to run an external 3V LDO regulator and disable both LDO and DCDC on the chip.  Is there a register I need to set in code to do that or do I just follow the schematic?

    I'm surprised others haven't seen this issue.

  • Do mind sharing the datasheet of your battery?

    "I've been doing some testing with the nRF52840 (I purchased the Raytac MDBT50Q-1M), and I'm seeing a pretty hard startup surge. "
    This surge is only seen when you first attach the load to the source right? In other words, is this surge present if you reset the chip via it's reset pin? 


    "however, I will be putting a FET at the source (LiFePO4) battery that will most definitely be affected by the voltage drop." 
    Our regulators are not causing this issue. My bet is that your battery cannot source the required current in order to charge the 4.7µF capacitor without dropping voltage. 
    I recommend that you supply your FET via another capacitor so that it does not lose its charge when you attach your load to your source. 

Related