-
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
Wait() issue #2910
Comments
Thanks for reporting this issue. I reproduced it on the Nucleo_F103RB. I fixed the problem by adding these lines in the timer_irq_handler function in hal_tick.c file:
But I don't know why because channels 3 and 4 are not used... I continue my investigations. But in the mean time you can try it. |
No, it is not related to CC3/CC4 interrupts. It is related to the read of the timer master counter. I am going to send a fix soon. |
solved on mbed version 129 |
if you try to use the wait() function on the classic mbed-dev (NOT mbed-os)
and you use a 100ms of delay
You will found a bug in the wait function. the timing made many errors, the Led jump blinking
I tested it on an F103 board
The text was updated successfully, but these errors were encountered: