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

stm32g4: rcc: Add support for 24MHz external clocks #1490

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bene42
Copy link

@bene42 bene42 commented Jul 23, 2023

ST decided to use 24 MHz crystals on the Nucleo 64 boards NUCLEO-G431RB, NUCLEO-G474RE and NUCLEO-G491RE.
Unfortunately there is no support for 24 MHz clocks in libopencm3.
Add support for 24 MHz clocks to ease development on these Nucleo-64 boards.

No functional change.

Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
The ST Nucleo 64 boards NUCLEO-G431RB, NUCLEO-G474RE and NUCLEO-G491RE
are equipped with a 24 MHz crystal. Add RCC clock support for these
boards.

Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant