Skip to content
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

mcu/stm32: Fix clock configuration for non STM32F4xx #3314

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Oct 2, 2024

Only STM32F411 devices have PLLI2S PLLM parameter.

Also TIPPresSelection is not always present but since it was initialized with 0 initializing line is omitted.

Only STM32F411 devices have PLLI2S PLLM parameter.

Also TIPPresSelection is not always present but since
it was initialized with 0 initializing line is omitted.

Signed-off-by: Jerzy Kasenberg <[email protected]>
@github-actions github-actions bot added STM STM32 related size/xs labels Oct 2, 2024
Copy link
Contributor

@sjanc sjanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess setting RTCClockSelection=0 could also be omitted

@kasjer kasjer merged commit 79b107a into apache:master Oct 3, 2024
19 checks passed
@kasjer kasjer deleted the kasjer/stm32f4-pll-config-fix branch October 3, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/xs STM STM32 related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants