Posted on April 03, 2012 at 11:29Ok, now it compiles, thanks. I still have this line ..\src\main.c(83): warning: #111-D: statement is unreachable the statement is: return(0); // System will implode
Posted on April 02, 2012 at 13:06Thanks for the reply. I try to check the stm32f10_conf.h file and the file stm32f10x_tim.h is commented. In the stm32f10x_tim.h file the only included file is stm32f10x.h I try to remove the comment on stm32f10_conf....
Posted on March 23, 2012 at 16:45I've the same problem, even if I use the complete code of Clive1. I 've some others errors....I list them: ..\src\main.c(28): error: #20: identifier ''TIM_TimeBaseInitTypeDef'' is undefined ..\src\main.c(29): error:...