Hi !
I can see AHBCLKCTRLx registers are used for enable clock of peripheral devices.
But it is not written anywhere if all clock setting remains after wakeup from PowerDown mode.
I assume they should but may be PowerDown API disable those and reenable those again.
From other side every enabled peripheral consume some uA/per Mhz and it have sense to disable clock of nonused peripheral if it not used.
my MCU wakeup from Powerdown sometimes but not all peripherals are used every wakeup.
I think I should disable clocks of some peripherals and enable clocks again for only used peripherals while next alive interval after PowerDown wakeup.
Is this right technique ? Or how PowerDown API manipulate with peripheral clock setting registers ?
Can clock manipulation help to conserve some energy in Active mode ?
Regards,
Eugene.