Controller resets when enabling interrupt
Posted on June 26, 2012 at 12:33controller resets when I enable timer interrupt with the period about half second.watchdog is ok.timer config:TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM6, ENABLE);TIM_Time...