stm32duino / STM32LowPower

Arduino Low Power library for STM32
185 stars 52 forks source link

Support for LPTIM #104

Closed HalfSweet closed 3 months ago

HalfSweet commented 11 months ago

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

fpistm commented 11 months ago

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"

fpistm commented 3 months ago

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