LPTIM1 vs TIM6 - low power
According to STM32L052K8 datasheet in table 39 page 72 of this document:
https://www.st.com/resource/en/datasheet/stm32l052k8.pdf
Those timers consume uA/MHz:
Peripheral | Range 1 | Range 2 | Range 3 | Low-power sleep and run
LPTIM1: 10, 8.5, 6.5, 8
TIM6: 3.5, 3, 2.5, 2
So TIM6 consumes about 3-4 time less current then so called LowPowerTimer???
Of course I understand that LPTIM can run in Stop mode where TIM6 can not but for all other purposes I should use TIM6 then?
I also can not understand the table: there is power consumption for each of voltage regulator range and what means the fourth column "low-power sleep and run"? For example Im running my project in Range 3 in LowPower-Run. I should add those two columns or what?
What about SysTick power consumption? It is 24bit timer I would like to use but I can not find any data on power consumption.