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

nRF52832 UART pin state in RESET

In which state are the configured UART pins if the device is held in RESET for nRF52832? We want to use the UART to communicate with the host without the nRF52832 in certain cases.

Also, if the device is unpowered, can the UART be used with the host (not using nRF52832 of course), or will this likely damage the device as it will exceed the Abs.Max rating for I/O pins, V_I/O < VDD+0.3V?

Parents
  • Hi,

    When you hold the chip in reset mode the GPIO pins will be configured as PIN_CNF[pin number] = 0x02, which means:

    • Input pin
    • Disconnected input buffer
    • No Pull
    • S0S1 drive
    • Sense Disabled

    For debugging purposes, you only need to connect the debug-device on the host TX line/nRF RX line, which you can safely do when the nRF is in RESET mode(as long as you don't exceed the Abs.Max rating values VDD+0.3V). You should not apply any voltage on the pins when the nRF is unpowered, as this will exceed the Abs.Max rating values since VDD is 0.

  • Just to make this clear, you say that the GPIO pins will be configured as above, is there any difference if a pin is set to any other function, e.g. UART, or do they behave in the same way?

Reply Children
No Data
Related