Skip to content
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

stm32f4: xtimer clock running at twice the speed #6460

Closed
bergzand opened this issue Jan 23, 2017 · 2 comments
Closed

stm32f4: xtimer clock running at twice the speed #6460

bergzand opened this issue Jan 23, 2017 · 2 comments
Assignees
Labels
Area: timers Area: timer subsystems Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@bergzand
Copy link
Member

So, this evening I experienced the same problem as with #6287 on my nucleo-f401 board.
Tested with the timer_periodic wakeup example again.
CPU: stm32f401RE
board: Nucleo-f401

expected to receive a message every second. A message is received every 500ms.
RIOT seems to think that a second has elapsed:

main(): This is RIOT! (Version: 2017.01-devel-173-gab12d6-dystopia-HEAD)
slept until 1012141
slept until 2012141
slept until 3012141
slept until 4012141

Problem seem to be introduced by #6184
Might be related to the fix in #6287 that the stm32f4(01) needs to be added to the solution from #6291

@PeterKietzmann PeterKietzmann added Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: timers Area: timer subsystems labels Jan 23, 2017
@PeterKietzmann
Copy link
Member

Should be fixed with #6492. @bergzand can give it a quick try and reopen the issue in case it is not solved?

@bergzand
Copy link
Member Author

@haukepetersen, @PeterKietzmann: Issue is solved, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: timers Area: timer subsystems Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

5 participants