STM8L001J3 TIMER2 does not operate.
Hi.I have a problem using STM8L001J3.TIMER2 does not operate.void main(void){ CLK->CKDIVR = 0x00; GPIO_Init(GPIOB, GPIO_Pin_3, GPIO_Mode_Out_PP_High_Fast); TIM2_DeInit(); TIM2->CR1 = 0x01; // Counter enabled TIM2->ARRH = 0x00; TIM2->ARRL = 0x9E; ...