Posted on January 13, 2018 at 17:34Hello, I would like to ask about difference between update and overflow interrupt on STM8.For Example, on Timer2://F_CPU 1Mhz//Timer2 - 16bit, max value = 65535TIM2_TimeBaseInit(TIM2_PRESCALER_1, 999);As I understa...