-
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
UBLOX_ODIN_EVK_W2 crashing in Wifi tests after tickless change #11557
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1812 |
Enabling tickless is not always straight forward. cc @ARMmbed/team-ublox |
This is not testcase related issue. I just noticed that Ublox ODIN W2 hardfaults when trying to run our WiFi example when compiled against master.
|
@gpsimenos Please review this issue, we shall revert the change for ODIN target at least. |
I agree, let's revert it until the problem is identified and fixed. This crash didn't appear in the standard greentea tests. |
The TICKLESS mode got turned off temporarily. |
Could this ticket please be assigned to someone from @ARMmbed/team-ublox ? |
@ARMmbed/team-ublox Please review |
@ARMmbed/team-st-mcd can you please have a look and suggest how this could be possibly fixed? |
No... Tickless is not targeted for STM32F4 family. @bulislaw @MarceloSalazar I think you can close this issue. |
We (ST) have not activated Tickless for F4 based targets. We do not recommend to use it for F4 STM32 targets as we have never been able to get "green light" - not all TESTS run OK. Since then, and following more investigations (like #11682 ) we still believe that TICKLESS should not be activated on F4 devices. We should rather look at future low power support based on RTC alarm wake-up where deep sleep would be entered for longer periods of time. that would be less dynamic than tickless but we still expect very good low power savings . |
Closing as not supported. |
Description
UBLOX_EVK_ODIN_W2 started to crash last night in CI when running netsocket/network tests with Wifi. Happens with all compilers.
Commit ID #11480 :
GCC_ARM crash message:
ARMC6 crash message:
IAR crash message:
Steps to reproduce:
git checkout f513bce (latest master)
mbed test --compile -m UBLOX_EVK_ODIN_W2 -t GCC_ARM --app-config=tools/test_configs/mbed_app.json.txt -n tests-network-wifi
mbedgt -V
Use attached mbed_app.json.txt to compile network tests (no need to have valid Wifi credentials)
mbed_app.json.txt
Issue request type
The text was updated successfully, but these errors were encountered: