2019-10-25 04:05 PM
Hi,
I am using an STM32L4 MCU and I need to make the COMPx_OUT acting as a retriggerable monostable output.
I know I can use timers as blinking source for COMPx_OUT, but this would not help, and as far I understand, the only way to solve my problem via firmware would be, at each EXTI interrupt:
Am I missing something or is there any better automated firmware solution ?
Thanks for any hint.
Regards.
s
Solved! Go to Solution.
2019-10-26 08:22 AM
Reading better the TRM (RM0394), I see that I can redirect the COMPx_OUT to TIM1 or TIM2 TGI, so use one of these timers as retriggerable OPM mode and use the TIMx_CHx output instead of the COMPx_OUT.
2019-10-26 08:22 AM
Reading better the TRM (RM0394), I see that I can redirect the COMPx_OUT to TIM1 or TIM2 TGI, so use one of these timers as retriggerable OPM mode and use the TIMx_CHx output instead of the COMPx_OUT.