The Reference Manual explains very nicely in section 6.5.3 how best to set unused pins for power optimization. However, I have a couple questions:
1) For an unused pin that can be Input, Output, or BiDir, which is best or preferred (input w/ pulldown or output driving 0)?
2) Do I need to set the pin mode to mode 7 (safe_mode) on all my unused pins or do I set them as GPIOs? Since safe_mode is a high-Z input, then I would just enable the pulldown, correct? Or would I have to also write to the corresponding OE registers and set to input as well?.
Thank you very much.