User Activity

Hi, I'm trying to measure the frequency of multiple signals using the STM32L1515RC. Using the External clock mode 1, I need one timer per signal. My question is if TIM10 and TIM11 support this mode.The TIM10 and TIM11 block diagrams (Figure 131, Figu...
HiTimekeeping in my application is pretty standard: 32 bit unsigned integers which store milliseconds since boot, overflowing every 49 days.To reduce power consumption, i need a way to wake up from stop mode at a set time in ms. But my device has nei...