-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
tests/kernel/timer/timer_api failing on several nRF5x SoCs #21082
Comments
@kl-cruz @nika-nordic please, let me know if you can reproduce this |
My test for accuracy of
I don't have the other boards to inspect. Check the HAL implementation of |
@pabigot could you add executing of this function right before test? It will work only for nRF5340_cpuapp.
ref: https://github.com/NordicSemiconductor/nrfx/blob/master/hal/nrf_cache.h#L60 |
@ioannisg
This is expected, as definitions of these boards are adjusted to give accurate delays on nRF52832 and nRF52840, respectively. See |
@kl-cruz This doesn't seem to have any effect. |
Perhaps it's a wait state configuration issue? |
@anangl agreed, you 're right on this. I'll update the bug report description |
Is anything happening with this? I'm changing this to medium, and it should probably be high. @carlescufi
produces |
I've just check this for nrf52833_pca10100 on
When it comes to nRF53, in fact one test fails and we are investigating it. |
@nika-nordic : assuming that you have reproduced the failure on the original SHA For pca10100; can you identify the change that has made the test pass in current master? I wonder if this test is simply fragile and depending on code paths may be either passing or failing, or if some patch has really fixed it for nrf52833. |
Regarding nrf5340_dk_nrf5340_cpuapp, as @nika-nordic found during debugging the issue, the problem is in incorrect initialization of the |
@ioannisg In fact I were not able to reproduce the issue on the original SHA
|
Thank you @anangl for detailed description. To show that this
|
Describe the bug
tests/kernel/timer/timer_api fails on several nRF SoCs and Dev Kits
nrf52810_pca10040 (on the original 52810 HW)nrf52811_pca10056 (on the original 52811 HW)To Reproduce
Execute tests/kernel/timer/timer_api for the platforms listed above
Expected behavior
The test should pass
Impact
Concerns about the validity of the RTC timer driver implementation
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: