Posted on March 27, 2017 at 19:20 HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_3); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_1); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_2); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_4); __HAL_TIM_SET_COMPARE(&htim1,TIM_...
Posted on March 29, 2017 at 16:34 HI.I use tim1 pwm,tim3 pwm and tim15 pwm.And addAlternate set,tim1 pwm and tim3 pwm work,but tim15 no work.
________________
Attachments : SIGN_K.ioc.zip : https://st--c.eu10.content.force.com/sfc/dist/version/do...
Posted on March 28, 2017 at 17:03Why TIM3 doesn't need to be set Alternate function?else if(htim->Instance==TIM3) { /* USER CODE BEGIN TIM3_MspPostInit 0 */ /* USER CODE END TIM3_MspPostInit 0 */ /**TIM3 GPIO Configuration PC6 ------> TIM3_CH1 P...