STM32F103 timer2 input capture
Posted on March 10, 2017 at 15:46I'm trying to use timer2 ch2 for input capture, but I don't seem to get it to work.I wonder what am I doing wrong?I don't use CMSIS or any other libraries.Here's my set-up: nvic[NVIC_ICER_0] |= 0x10000000; // disa...