STM8 Basic Timer1 function
Posted on March 26, 2013 at 05:48I cant seem to decipher the TIM1 registers to get a basic timer function similar to TIM2 or TIM4. Count UP and interrupt only if you reach the auto-reload period. In my application I reset the counter to 0 before th...