User Activity

I'm trying to generate periodic interrupts with an LPTIM on an STM32H723. I'm using HAL_LPTIM_Counter_Start_IT() from the STM32H7xx_HAL_Driver. My interrupt handler is never being called. I've confirmed that my interrupt handler is in the vector tabl...
If I configure a pin as a timer input capture channel input, can I also read the state of that pin as a GPIO input?I'd like configure the timer channel as an input capture channel, and I'd like to capture both rising and falling edges. But when the e...