2010-07-24 11:59 AM
Help with TIM4 not work oc io pins remap
#tim4remap2011-05-17 04:59 AM
I found the problem!
I'd forgotten to enable the Clock AFIO
//Resolution:
replace line: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD, ENABLE); By RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD | RCC_APB2Periph_AFIO, ENABLE);Sorry thanks,