2019-10-10 11:49 PM
Hi all,
i initialized the TIM5 CH4 PWM with the cube mx interface and then i used :
HAL_TIM_PWM_Start(&htim5, TIM_CHANNEL_4);
The output is supposed to be observed on PI0 - D5 on the CN4 on the back. There is nothing on the oscilloscope though. Do you know the reason? Thanks.
Solved! Go to Solution.
2019-10-15 12:45 AM
Hi, thank you.
I figured it out, i was just missing a parameter so the duty cycle was 0.
2019-10-11 12:46 AM
Is this a Disco or Nucleo board? Is there anything connected on that pin on the board?
Read out and check/post content of relevant GPIO and TIM registers.
JW
2019-10-15 12:45 AM
Hi, thank you.
I figured it out, i was just missing a parameter so the duty cycle was 0.