We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi @ghent360 Regarding EEXTR_F030_V1 schematics it seems HSE is 8MHz:
but in:
Arduino_Core_STM32/variants/EEXTR_F030_V1/stm32f0xx_hal_conf.h
Line 86 in 5e2e32a
what is the good value? SystemClock_Config should probably check also.
SystemClock_Config
The text was updated successfully, but these errors were encountered:
Seems 16000000is the good value as discussed about it here: #397 (comment) So schematics is not up to date, right?
Sorry, something went wrong.
Ok. Thanks.
No branches or pull requests
Hi @ghent360

Regarding EEXTR_F030_V1 schematics it seems HSE is 8MHz:
but in:
Arduino_Core_STM32/variants/EEXTR_F030_V1/stm32f0xx_hal_conf.h
Line 86 in 5e2e32a
what is the good value?
SystemClock_Config
should probably check also.The text was updated successfully, but these errors were encountered: