Search found 1 match
- Mon Sep 04, 2023 7:28 pm
- Forum: General discussion
- Topic: Capturing a PWM pulse using timers?
- Replies: 1
- Views: 1798
Capturing a PWM pulse using timers?
I am trying to capture the input of an RC receiver using an STM32F411CE board. I have checked that the input is correct and that it is being read at the pin I'm attaching, however the interrupt routine is never getting called, even though the pulse is being generated at the correct pin, the code I'm ...