Basic example for using a timer to measure time using interrupt
Posted on February 23, 2018 at 22:58Hello,I need to implement a very basic timer function, the idea is:I receive a character in the USART interrupt. Each time that I receive the character I enable a TIMER. When the serial communication stops the TIM...