Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix H563ZI clock config.#2506

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfromdojyorin:fix-h563zi-clock
Sep 3, 2024
Merged

Conversation

dojyorin
Copy link
Contributor

@dojyorindojyorin commentedAug 29, 2024
edited
Loading

Pull Request template

Please, Make sure that your PR is not a duplicate.
Search among thePull request before creating one.

IMPORTANT: Please review theCONTRIBUTING.md file for detailed contributing guidelines.

Thanks for submitting a pull request.
Please provide enough information so that others can review your pull request:

Summary

This PR fixes/implements the followingbugs/features

  • ADC/DAC input clock is too high
  • LPUART clock is low
  • Optimize PLL ratio
  • There were no plans to change LPUART, but since it will be lower than current value when I fix ADC/DAC problem, I changed it as described inIncorrect clock settings for NUCLEO-H563ZI #2505.
  • By settingSRC / M = 2N = 250 for PLL1/2/3 you can flexibly determine clock source frequency and easily calculate division P/Q/R.

e.g. Generic boards and NUCLEO-H563ZI are portable by simply changing value of PLLM.

CubeMX Screenshots
  • for H563ZI
    image

Validation

  • Ensure CI build is passed.
  • Demonstrate the code is solid. [e.g. Provide a sketch]

Code formatting

  • Ensure AStyle check is passed thanks CI

Closing issues

Fixes#2505

@dojyorindojyorin changed the titleFix H563ZI clock config. (#3)Fix H563ZI clock config.Aug 29, 2024
@fpistmfpistm self-requested a reviewSeptember 2, 2024 08:44
@fpistmfpistm added the enhancementNew feature or request labelSep 2, 2024
@fpistmfpistm added this to the2.9.0 milestoneSep 2, 2024
Copy link
Member

@fpistmfpistm left a comment

Choose a reason for hiding this comment

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

Clock config is not correct.

Remove all HSI usage.Fix ADC/DAC clock frequency (125MHz).Signed-off-by: Kazuki Ota <ota_droid@live.jp>Co-Authored-by: Frederic Pillon <frederic.pillon@st.com>
@fpistmfpistm merged commit56655f3 intostm32duino:mainSep 3, 2024
23 checks passed
fpistm added a commit to dojyorin/Arduino_Core_STM32 that referenced this pull requestSep 3, 2024
Complement ofstm32duino#2506Signed-off-by: Kazuki Ota <ota_droid@live.jp>Co-Authored-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit that referenced this pull requestSep 3, 2024
Complement of#2506Signed-off-by: Kazuki Ota <ota_droid@live.jp>Co-Authored-by: Frederic Pillon <frederic.pillon@st.com>
@dojyorindojyorin deleted the fix-h563zi-clock branchMarch 19, 2025 14:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fpistmfpistmfpistm approved these changes

Assignees
No one assigned
Labels
enhancementNew feature or request
Projects
Milestone
2.9.0
Development

Successfully merging this pull request may close these issues.

Incorrect clock settings for NUCLEO-H563ZI
2 participants
@dojyorin@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp