Search found 1 match
- Tue Aug 10, 2021 5:47 pm
- Forum: General discussion
- Topic: How to queue interrupts in stop mode on STM32L0
- Replies: 3
- Views: 4174
Re: How to queue interrupts in stop mode on STM32L0
First, library 1.1.0 are not released officially yet.
I guess you used idle or sleep mode (not deep sleep nor shutdown) as they work in __WFI.
The new version can handle small sleep time than 1000ms depending of the prediv factor set. I guess also you used the core 1.9.0 that's why you don't have ...