-
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-F070RB It doesn't work when use internal clock #4390
Conversation
@mickeyln can you please sign https://developer.mbed.org/contributor_agreement/ ? |
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.
Apart from the comment to be moved, it is ok. Thank you for your support
@@ -450,7 +450,7 @@ uint8_t SetSysClock_PLL_HSI(void) | |||
RCC_OscInitStruct.LSIState = RCC_LSI_OFF; | |||
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; | |||
RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSI; // HSI div 2 |
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.
Hello, could you move the comment to the line you modified, please ?
Otherwise looks good to me.
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.
Updated
Bump, please can you? |
I had signed the Agreement. |
What is your nick on developer mbed page? I can't locate We would like to progress with this patch |
https://developer.mbed.org/users/MickeyLin/ |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
Nucleo-F070RB have a wrong divisor when it initial the clock.
Status
READY
Migrations
If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.
NO
Steps to test or reproduce
Run display message to UART
Fixes #4361