User Activity

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...