I have trouble getting low current in stop mode.
I'm using a 32L152C DISCOVERY board.I have trouble getting really low current in stop mode (< 10µA).This is the simple code I test with:int main(void) { PWR_UltraLowPowerCmd(ENABLE); PWR_FastWakeUpCmd(DISABLE); // Enters STOP mode PWR_Ent...