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

Best way to adjust startup voltage?

Setup: nrf52840 (without internal dc/dc), VDD = 3.3V

Assuming the VDD rail ramps up slowly, the nrf52 will start booting at it's power-on reset threshold of 1.75V (POR).

Question: any tips on smart ways to adjust the startup voltage to say 3.2V (without adding external components)?

i.e. make sure to wait in a low-power state during early boot.

Parents
  • You'll want as fast rise time as possible, otherwise, you're going to be spending a lot of time on Power On Reset and that consumes a lot of power. If your rise time is too slow you won't get out of POR at all. 

    Question: any tips on smart ways to adjust the startup voltage to say 3.2V (without adding external components)?

     That being said I don't know of any way create a voltage drop without adding any other components.  

     

    i.e. make sure to wait in a low-power state during early boot.

     I'm not following, what are you trying to achieve?

Reply
  • You'll want as fast rise time as possible, otherwise, you're going to be spending a lot of time on Power On Reset and that consumes a lot of power. If your rise time is too slow you won't get out of POR at all. 

    Question: any tips on smart ways to adjust the startup voltage to say 3.2V (without adding external components)?

     That being said I don't know of any way create a voltage drop without adding any other components.  

     

    i.e. make sure to wait in a low-power state during early boot.

     I'm not following, what are you trying to achieve?

Children
Related