2014-03-19 08:43 AM
Hi,
I'm trying to have the lowest consumption I can with a very simple design.
Weird thing appenened:
Putting PD4 in ''floating no interrupt'' mode, give me a definitely higher consumption than ''output pull-push low level'' mode (~150uA more)!Regards, #gpio-consumption2014-03-24 03:46 AM
There is the answer:
CLK_PeripheralClockConfig(CLK_Peripheral_ADC1, ENABLE);ADC1->TRIGR[2] = 0xFF; // disable triggersCLK_PeripheralClockConfig(CLK_Peripheral_ADC1, DISABLE);