How to put only D2 in standby in stm32h7?
Hello, for a project i'm designing i need to perform complex dsp operations in real time while minimizing power consumption (hence why i chose an h7 instead of an f7 mcu). From the cubeMx power estimation tool i saw that this mcu should be able to reach about 35mA at 200MHz when the D2 domain is in standby mode (i dont need the domain most of the time during computation), but i have found nowhere informations about how to put a single domain in standby mode. Do you know of any examples/ documentation that can guide me though the process?
Many thanks