-
Notifications
You must be signed in to change notification settings - Fork 3k
lp ticker speed test failure for MOTE_L152RC target #7557
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
Comments
ARM Internal Ref: MBOTRIAGE-1324 |
Hi Here is ST status with latest 5.9.3 release:
I try to compare quickly MOTE and NUCLEO code:
|
@jeromecoutant The lower clock speed appears to be the issue. The "Test ticker_set_interrupt function" test within the speed test for the lp_ticker is the failure. Specifically, while + If I change over to the 32MHz HSI, the execution time scales accordingly and the test passes. I will make a new PR to increase MAX_FUNC_EXEC_TIME_US to accommodate for the lower clock. |
Fixed with #7534. |
Description
The "lp ticker speed test" fails for the MOTE_L152RC for all three compilers. I have not tested the other STM32L15x platforms but I expect they will have the same issue.
$ mbed test -t GCC_ARM -m MOTE_L152RC -n mbed-os-tests-mbed_hal-common_tickers -vv
Issue request type
[ ] Question
[ ] Enhancement
[x ] Bug
The text was updated successfully, but these errors were encountered: