STM32F103 - PB10, PB11 PWM REMAP
void PWM2_Init(u32 a_nPrescaler, u32 a_nPeriod, u8 a_nDuty) { GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); /* TIM2 Remap */ GPIO_PinRemapConfig (AFIO_MAPR_TIM2_REMAP, ENABLE); //GPIO_PinRemapConfig (AFIO_MAPR_TIM2_..