stm32duino / STM32LowPower

Arduino Low Power library for STM32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for LPTIM

HalfSweet opened this issue · comments

For some mcu's they come with LPTIM peripherals which are more flexible and lower power consumption than RTC for low power applications. will STM32LowPower library support LPTIM peripherals.

Maybe I can open a new pr, but this may require a new STM32RTC like dependency library, is there any coding specification required in this regard

Hi @HalfSweet
any contribution are welcome.
I guess the first step would be to add the LPTIM in the PeripheralPins.
I don't catch your point about a "new STM32RTC like dependency library"

I close this one as not updated since a while and LPTIM not supported by the core.