No PWM signal on Nucleo F103RB using TIM1 CH2 PA9 #43980
Labels
area: PWM
Pulse Width Modulation
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug
No PWM signal is observed in Zephyr using Nucleo F103RB board with enabled Timer 1 and CH2 on PA9.
To Reproduce
Create an overlay for the
nucleo_f103rb
board:Start PWM on channel 2 or all (doesn't matter) with
pwm_pin_set_<...>
.Observe no signal on PA9.
Expected behavior
PWM signal on CH2 PA9 shall be generated as it happens in HAL generated project.
Impact
No CH2 PWM signal.
Environment:
Windows
arm-none-eabi-10.3-2021.07
Notes:
Tested up to 3 channels:
tim1_ch1_pwm_pa8
,tim1_ch2_pwm_pa9
, andtim1_ch3_pwm_pa10
. Every tested channel works except the second one on PA9.The text was updated successfully, but these errors were encountered: