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

floating reset pin

Hi. I'm using nRF52832 with SDK13.0.0.

We faced that our custmer's complaint for over current consumption.

I've debugged the sample to find the problem and I realized that our HW designer had missed reset pin net.

Reset pin doesn't connect to anywhere.

I think it is very serious problem.

My question is

1. What will be happened if reset pin has no connection?

2. Can it be one of the cause of over current consumption?

Parents
  • Hi,

    1. The reset pin is pulled high by an internal pull-up resistor, so it is usually fine to leave it unconnected. However, if the reset pin is connected to long and/or exposed PCB traces then maybe it can pick up some noise and reset the chip. This also applies to the SWD traces. 

    2. It could be, but it is difficult to say. It would be helpful if you could provide some numbers or measurements? How much current are we talking about? 

  • Thank you very much for your help.

    1. Reset, SWDIO, SWCLK signals have no connection. And PCB line lengths are as below.

       1.1 Reset : 36.35mm

       1.2 SWDIO : 42.53mm

       1.3 SWCLK : 31.86mm

       Can these signals make problems? If we need to add the components, could you give me an example of schematics diagram? In the schematics of PCA10040, I can't see any components, those are just connected to ATSAM processor.

    2. I think it is 5mA around.

    I need your help.

  • Hi,

    I don't think those trace lengths are anything to worry about in itself, but everything is relative. Can you upload your schematic and layout files (preferably in Altium or Gerber format).

    Do you have more reasons to believe that the reset pin is at fault other than the current consumption?

    What kind of application are we talking about?

    If the device is resetting I assume the customer would notice in more ways than just higher current consumption?

    5mA could indicate several things. E.g.

    1. A bug in the firmware prohibits the CPU to enter sleep mode.
    2. The radio is transmitting a lot.

     

    Is it possible to get some logging data out of the device for debug purposes? It could be very interesting to see what the application is doing, and it would be quite easy to see if the device resets. 

Reply
  • Hi,

    I don't think those trace lengths are anything to worry about in itself, but everything is relative. Can you upload your schematic and layout files (preferably in Altium or Gerber format).

    Do you have more reasons to believe that the reset pin is at fault other than the current consumption?

    What kind of application are we talking about?

    If the device is resetting I assume the customer would notice in more ways than just higher current consumption?

    5mA could indicate several things. E.g.

    1. A bug in the firmware prohibits the CPU to enter sleep mode.
    2. The radio is transmitting a lot.

     

    Is it possible to get some logging data out of the device for debug purposes? It could be very interesting to see what the application is doing, and it would be quite easy to see if the device resets. 

Children
No Data
Related