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

UART peripheral of nRF52832 not disabled in System OFF mode?

Hi all

According to chapter 50.2 of the nRF52832 product specification V1.2, the pins used for the UART peripheral should be configured before in the GPIO peripheral to ensure correct behavior when the System OFF mode is entered.

Therefore I assumed that the UART peripheral (as all other peripherals) is disabled when the System OFF mode is entered and the previously set GPIO configuration takes effect.

We have configured the TX and RX signals as INPUT/DISCONNECTED to prevent from any cross currents when in System OFF mode, but the TX signals stays OUTPUT/HIGH!

When I disable the UART peripheral before entering the OFF mode, the pins are configured correctly. With the nRF51822, the behavior was as expected (pins were set to input/disconnected when OFF mode was entered).

Why is the UART peripheral not disabled in the OFF mode? Is this a bug in the nRF52832?

Kind regards

Related