Skip to content

[NUCLEO_L053R8] Fix ticker issue #384

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

Merged
merged 2 commits into from
Jul 2, 2014
Merged

[NUCLEO_L053R8] Fix ticker issue #384

merged 2 commits into from
Jul 2, 2014

Conversation

bcostm
Copy link
Contributor

@bcostm bcostm commented Jul 1, 2014

No description provided.

@@ -82,6 +82,9 @@ void us_ticker_init(void) {
// Enable timer clock
TIM_MST_RCC;

// Update the SystemCoreClock variable.
SystemCoreClockUpdate();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does timer init function invoke SystemCoreClockUpdate() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forgot to remove it from my local copy. I will remove it because the same frequency is used with HSE and HSI clocks, so there should be no issue.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, thanks!

It's ok to remove this call on this target because the same system clock
frequency is used with HSE and HSI clocks.
bogdanm added a commit that referenced this pull request Jul 2, 2014
[NUCLEO_L053R8] Fix ticker issue
@bogdanm bogdanm merged commit 69befae into ARMmbed:master Jul 2, 2014
ccli8 pushed a commit to ccli8/mbed-os that referenced this pull request Nov 28, 2024
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.

3 participants