I'm trying to minimize the power consumption on our board which has a Nuvoton NANO120LE3BN ( M0-cortex ).
1)What state should the unconnected pins on the board be assigned to decrease the power consumption?
2)When we enter power down, some pins have no use in the power down mode. For e.g. if a chip 'IC1' is connected over two GPIO pins of the microcontroller 'ENABLE' and 'PWM'. The ENABLE pin is used to power down IC1. Thus, the ENABLE pin is used even when the device is powered down. But the PWM pin is useless in power down mode. What state should be assigned to this PWM pin?