nRF91 series reset pin pull-up voltage

Hello DevZone,

One of the customer meets the problem that their product will reset by EMI. I'm sure it's because of EMI, since this issue can be avoided by cutting off the reset pin.

They don't put a capacitor to GND on the reset pin, but put a TVS on it. I think the capacitor is the key point. But they have more question about this.

1. The spec says there is a pull-up resistor inside the SiP. Why the voltage is 2.2V? The high level of a GPIO is 0.7 x GPIO_VDD = 0.7 x 3.3 = 2.31V. The 2.2V should be an undefined level.

2. If add an external pull-up resistor to 3.3V, will it bring more power consumption?

3. Is external pull-up resistor necessary? 

Best regards,

Jayant

Parents
  • Hi, Jayant.

    1. The spec says there is a pull-up resistor inside the SiP. Why the voltage is 2.2V? The high level of a GPIO is 0.7 x GPIO_VDD = 0.7 x 3.3 = 2.31V. The 2.2V should be an undefined level.

    The reason is that nRESET and the GPIOs are connected to different voltage domains.

    2. If add an external pull-up resistor to 3.3V, will it bring more power consumption?

    Adding an external pull-up resistor to 3.3 V will feed the internal 2.2 V voltage with a voltage that then is higher. This is not recommended. As can be seen in the picture you included above, "driving nRESET high with a voltage lower than 2.2 V will result in additional leakage".

    3. Is external pull-up resistor necessary? 

    No, there should not be used an external pull-up resistor. See the note in the pin assignments as well.

    Best regards,
    Mathias

Reply
  • Hi, Jayant.

    1. The spec says there is a pull-up resistor inside the SiP. Why the voltage is 2.2V? The high level of a GPIO is 0.7 x GPIO_VDD = 0.7 x 3.3 = 2.31V. The 2.2V should be an undefined level.

    The reason is that nRESET and the GPIOs are connected to different voltage domains.

    2. If add an external pull-up resistor to 3.3V, will it bring more power consumption?

    Adding an external pull-up resistor to 3.3 V will feed the internal 2.2 V voltage with a voltage that then is higher. This is not recommended. As can be seen in the picture you included above, "driving nRESET high with a voltage lower than 2.2 V will result in additional leakage".

    3. Is external pull-up resistor necessary? 

    No, there should not be used an external pull-up resistor. See the note in the pin assignments as well.

    Best regards,
    Mathias

Children
Related