Skip to main content
mitch2
Visitor II
December 1, 2016
Question

STM32L0 LPTIM in Stop Mode

  • December 1, 2016
  • 1 reply
  • 1618 views
Posted on December 01, 2016 at 23:27

Hello everyone. I am a new member to this forum and this is my first use of STM32 products. I'm developing on the STM32L0 Discovery board and building off the LPTIM Timeout Example. Is it possible to start the LPTIM using the LSI and sample the clock while in Stop mode? Can I trigger and interrupt using the LPTIM counter while in Stop mode?

Again, this is my first ST project so I apologize if my description is vague. Any suggestions would be great. Thank you.

#lptim #stop-mode
This topic has been closed for replies.

1 reply

Nesrine M_O
Associate
December 6, 2016
Posted on December 06, 2016 at 17:37

Hi

‌,

 Welcome to STM32 community

I'd highly recommend you to have a look to

http://www.st.com/content/ccc/resource/technical/document/application_note/group0/bd/16/1d/53/4a/ef/4e/0e/DM00290631/files/DM00290631.pdf/jcr:content/translations/en.DM00290631.pdf

 application note witch describe the various modes and specific features of LPTIM embedded in the STM32L0/L4/F7 Series and in the STM32F410.

This application note is provided also with the

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-software/x-cube-lptimer.html

embedded software package that contains the three practical applicative use-cases listed below:

• Asynchronous pulse counter in STOP mode.

• PWM generator in STOP mode.

• Timeout wakeup mode.

-Nesrine-

If my suggest answers your question, please mark it as correct.Thank you