-
Notifications
You must be signed in to change notification settings - Fork 151
stm32: dts: st: f1: fix pinmux to use TIM3_REMAP2 #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f81a655 to
c3f5dd9
Compare
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change is OK but please document dts/README.rst so we can track this change.
c3f5dd9 to
9541d2d
Compare
9541d2d to
6f779e5
Compare
|
@kbidani Please rebase |
6f779e5 to
ca11869
Compare
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, late catch
| dts/st/u3/stm32u385*-pinctrl.dtsi | ||
|
|
||
| *Rename "TIM3_REMAP1" on the pin "PB5" to "TIM3_REMAP2" | ||
| of the following GPIO-STM32F103xx.xml files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add:
- Impacted files:
dts/st/f1/stm32f103r(8-b)tx-pinctrl.dtsi
It will ease to follow up on this
This commit updates the pinmux to use TIM3_REMAP2, enabling proper PWM output on PB5. Signed-off-by: Khaoula Bidani <[email protected]>
ca11869 to
9faf7a4
Compare
The previous configuration used TIM3_REMAP1 for mapping TIM3_CH2 to PB5,
which is not supported according to the STM32F103 reference manual.
This commit updates the pinmux to use TIM3_REMAP2, enabling proper PWM output on PB5.
fixes: #94213
bug created to fix xml file: STMicroelectronics/STM32_open_pin_data#14