-
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
Add fix for STM32F4 hardfault in sleep mode #12717
Conversation
This workaround is related to Mbed OS issue ARMmbed#12294
CI started |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
You should merge #12498 in 5.15 branch ? |
I don't think so, we run different CI setup, I'll fix it now, start a new job and clear the old one |
CI started |
Please include it in 5.15.2 |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 2 of 3 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI did not complete all green, will need a new job |
CI restarted |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 2 of 3 test jobs failed Failed test jobs:
|
The last run could be ignored (auto run was misconfigured), but example test - I'll look at this one |
example test restarted |
@ARMmbed/mbed-os-test Have you seen this error previously:
example file system failing for K64F - it's not related to this PR, have not seen it in other so far. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
Same fix as for Mbed OS 6.0.0-beta1, #12662. Cherry-picked for Mbed OS 5.15.2.
This fix follows what https://www.st.com/resource/en/errata_sheet/dm00037591-stm32f405-407xx-and-stm32f415-417xx-device-limitations-stmicroelectronics.pdf errata states.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@MarceloSalazar @artokin