Hello !
In DS I can see the next recommendations:
"
Unused pins with GPIO function should be configured as outputs set to LOW with their
internal pull-up disabled. To configure a GPIO pin as output and drive it LOW, select the
GPIO function in the IOCON register, select output in the GPIO DIR register, and write a 0
to the GPIO PORT register for that pin. Disable the pull-up in the pin’s IOCON register.
In addition, it is recommended to configure all GPIO pins that are not bonded out on
smaller packages as outputs driven LOW with their internal pull-up disabled.
"
But MCU loze DIR registers in PowerDown mode and all outputs start to be inputs.
Should be enable PullDown resistor for unused pins if if use PowerDown Low power mode ?
Or what kind of recommendations can be given for minimize effect of PowerDown mode for nonused GPIO pins ?
Regards,
Eugene