Power Consumption by GPIO.
I am using STM32F779NI for my project.
Section 6.1 of above pdf states that unused input GPIO should be configured as analog mode to reduce power consumption by Schmitt Trigger.
Now since after power on reset most of the GPIOs are in input floating mode by default, does that mean all those unused GPIOs needs to configure in analog mode to reduce the consumption?
