Posted on August 15, 2014 at 19:47No, I didn't analyse your unformatted code. Debugging ADC on STM32L is PITA as it is clocked from asynchronous RC. The ADC ticking cannot be halted by halting the core while debugging.. Check code provided from STM ...
Posted on August 14, 2014 at 23:12That performance is usually given with peripherals disabled, IOs not floating, OCD disabled, debugger not sucking current through nRESET/SWD, no pullups/downs conducting, without watchdog resetting every 2ms, etc, e...
Posted on July 26, 2014 at 22:18''I have been trying to measure current consumption for low power sleep mode with STM32l100 Discovery board.'' It is STM32L-Discovery that comes with a microammeter(two ranges) and current consumption demo. Check its ...