User Activity

Posted on February 04, 2014 at 21:01I think there's a bug in TIM1_OC4Init function of stm8s_tim1.c     /* Set the Output Idle state */     if (TIM1_OCIdleState != TIM1_OCIDLESTATE_RESET)     {         TIM1->OISR |= (uint8_t)(~TIM1_CCER2_CC4P);     }...