Question
Timer 4 on STM8S103F3P6
Posted on February 19, 2011 at 15:40
Can't get working T4 overflow interrupt on STM8S103F3P6 (on STM8S-Diskovery with STM8S105 the same code works well):
TIM4_CR1 = 1; TIM4_PSCR = 7; TIM4_IER = 1; Need minimal code to enable Timer4 overflow interrupt (Cosmic-C), thanks In debugger TIM4_IER == 0.