2020-02-10 12:18 AM
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~
2020-02-25 02:30 AM
See Section 3.1, "Low-power modes" and Table 11 "Interrupt mapping" in Section 6 "Interrupt vector mapping" in the datasheet DS6372.
2024-10-04 09:33 PM
Hi,
I am also working on STM8L151K4T6, that work for timer and external interrupt, also low power consumption.
Please help/suggest me.