Skip to main content
Visitor II
February 10, 2020
Question

Can STM8L works in in low power consumption mode and support multiple wake-up modes at the same time?

  • February 10, 2020
  • 2 replies
  • 860 views

Now we are developing a value product with STM8L151K4T6. In some case,it need to be supplied wtih battery,so we need STM8L work in low power consumption sometime.

we need STM8L to do such jobs at the same time when it works in low power consumption :

(1) times in hours by internal timer or rtc interrupt. when an hour reaches, STM8L can wake up to do some works.

(2) waked up by external interrupt or an button event.

I doubt whether STM8L can be waked up by both of the contions above. And thank you very much for providing some suggests about which low power mode we should use~

    This topic has been closed for replies.

    2 replies

    Visitor II
    February 25, 2020

    See Section 3.1, "Low-power modes" and Table 11 "Interrupt mapping" in Section 6 "Interrupt vector mapping" in the datasheet DS6372.

    Visitor II
    October 5, 2024

    Hi,

    I am also working on STM8L151K4T6, that work for timer and external interrupt, also low power consumption.

    Please help/suggest me.