How to detect falling/rising edge or high/low pulse in STM32F405
Posted on June 27, 2017 at 13:33HelloI am working on STM32F405. I need to detect falling/rising edge or high/low pulse using timer capture mode. Basically I am trying to interface an IR remote which works on RC5 protocol with STM32. But before that ...