-
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
[M487] Mis-judge as error in mbed-os-tests-mbed_hal-flash #4705
Labels
Comments
@ccli8 Why would the performance drift rate reach 5%? |
@theotherjimmy It depends on flash controller in the bottom layer. |
This may be resolved as #4666 is now merged. |
@chrissnow Thanks for the fix. @0xc0170 I check the fix on NUMAKER_PFM_M487 target and the failed test passes now. So the cause is inline, not flash controller. ARM toolchain
uARM toolchain
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Bug
The test case
mbed-os-tests-mbed_hal-flash
/Flash - clock and cache test
is to detect illegal change of cache setting in flash algorithm. It sets up 0.1% performance drift rate to judge illegal change or not. But on NUMAKER_PFM_M487 target, the performance drift rate could reach 5%.Target
NUMAKER_PFM_M487
Toolchain:
ARM|uARM
meed-os sha:
mbed-os-5.5.0
The text was updated successfully, but these errors were encountered: