Posted on March 02, 2017 at 14:52I've recently set about to use the Low Power Timer on an STM32L071. The idea is to set it to count up to a particular value then stop, the code for which follows:void hal_Timers_LowPower_Once(uint32_t period){ LPT...
Posted on March 03, 2017 at 10:29Alas, no. The only flag that changes is ARROK, which I wait for and clear before starting.I thought perhaps it was one of those issues that only crop up while debugging, but toggling a line either side of the functio...