target state: halted
target halted due to breakpoint, current mode: Handler HardFault
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB, ENABLE);
...
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_1
...
GPIO_Init(GPIOA, &GPIO_InitStructure);
gpioStruct.GPIO_Mode = GPIO_Mode_AF;
GPIO_PinAFConfig(GPIOC, GPIO_PinSource6, GPIO_AF_TIM3);