Solved
Nucleo-F302R8 PWM on TIM1 chXn don't work
Hi,
i try to produce a PWM to learn but when i try to make this signal on TIM1 channelXn it doesn't matter (for example on PB13 and PA7).
On Channel1 all works fine (PC0).
What is the difference ?
Hi,
i try to produce a PWM to learn but when i try to make this signal on TIM1 channelXn it doesn't matter (for example on PB13 and PA7).
On Channel1 all works fine (PC0).
What is the difference ?
I found !
To start PWM on "channelXn" use : HAL_TIMEx_PWMN_Start(&htimx, TIM_CHANNEL_x);
Thank for your help !
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.