rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.5k stars 1.26k forks source link

deep sleep #860

Closed Imlerih closed 2 years ago

Imlerih commented 2 years ago

I'm using this core version with stm32f103c8t6 MCU and i need some deep sleep method with minimal energy consumption with pin external interrupt wakeup. There is ready from the box low power library, but it`s written for stm arduino core version based on HALб which is not compatible with this core.

rogerclarkmelbourne commented 2 years ago

You will need to port that libray if you want to use it with this core.