stm32wlxx-hal icon indicating copy to clipboard operation
stm32wlxx-hal copied to clipboard

How to Establish a Continuous LPTIM Peripheral

Open justacec opened this issue 2 years ago • 3 comments

I would like to use an LPTIM peripheral to track time. To do so I would like it to be in continuous mode so it just fires off the event and then reloads and keeps going. Unfortunately, the start function implementation for the LPTIM peripherals seems to set the mode to Single. How would I go about setting this up for continuous?

justacec avatar May 28 '22 06:05 justacec