-
Notifications
You must be signed in to change notification settings - Fork 3k
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
NUCLEO_H743ZI2 : increase system clock from 400 MHz to 480 MHz #11303
Conversation
@jeromecoutant, thank you for your changes. |
} | ||
|
||
/* Disable CSI Oscillator */ | ||
//RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_CSI; |
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.
shall we remove these lines? Can be reveret later if needed
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.
I agree this needs some cleanup
@0xc0170 could you start CI ? |
CI started |
CI will be restarted, again internal CI fault. |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Above aborted, new one will come |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
NUCLEO_H743ZI and NUCLEO_H743ZI2 are using the same chip,
but in a different version:
This latest MCU version can be configured to 480 MHz.
Pull request type
Reviewers
@ARMmbed/team-st-mcd
Release Notes