User Activity

Posted on February 13, 2012 at 16:01Hi! I have a probem with a simple software that I've wrote to learn to use timers.This is the code that I've used.&sharpinclude ''stm8l15x.h''main(){   TIM4_DeInit(); TIM4_TimeBaseInit(TIM4_Prescaler_2048, 200); T...