how to only output stm32 pwm CH1N and disable CH1, in "pwm generation CH1 CH1N" mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-20 11:49 PM
the below code is not working for me
//HAL_TIM_PWM_Start(&htim15,TIM_CHANNEL_1);
HAL_TIMEx_PWMN_Start(&htim15,TIM_CHANNEL_1);
Solved! Go to Solution.
Labels:
- Labels:
-
TIM
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-10-06 3:07 PM
Briefly, to enable timer on CH1N use HAL_TIMEx_PWMN_Start(), not HAL_TIME_PWM_Start().
I just wasted all evening before I figured this out.

- « Previous
-
- 1
- 2
- Next »