Proper way to set up the PWM input using Tim2 ch1 & ch3?
I'm using the STM32L031K6 chip. I have a 100HZ signal connected to PA0 (Timer2 ch1) and PB0 (Timer2 ch 3). I think I've setup everything correctly using the CubeMX.The problem I'm finding is the interrupt only fires for the positive going edge on T...