cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo STML031K6: Using Low power timer LPTIM to trigger another timer

duybienle
Associate II
Posted on July 17, 2016 at 17:13

Hi,

I just got a Nucleo STM32L031K6 board and start playing with STM32Cubemx.

For my project I need to use the low power timer LPTIM to trigger another timer (e.g. TIM2) but I have no clue how to do this.

Could someone help me with some hints please? (an example code would be really nice since I'm really new to STM32 !)

Thanks,

Bien
3 REPLIES 3
Radosław
Senior
Posted on July 17, 2016 at 19:02

This is posible only by external loop, but this will not work in loW power modes...

slimen
Senior
duybienle
Associate II
Posted on July 25, 2016 at 11:18

Hi,

Thanks. I'll start with your suggestion.