User Activity

Hi,I am using STM32f407 and I'm trying to measure angle of rotor using Hall sensors. GPIO is initialized as AF fot TIM4, and three channels in input capure mode.Interrupt is triggered by every edge, falling or rising for each of 3 channels.Problem is...
HI,I'm using STM32f4 and I'm trying to calculate rotation speed using Hall sensors.Idea is to use TIM4 and 3 Hall sensors in 3 channels in caputre compare mode to calculate time between two edges. I know how to do that, but the problem is that I need...