-
Notifications
You must be signed in to change notification settings - Fork 3k
Hard fault when printing sleep info on NUCLEO-F446RE #10079
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
Setting |
@jeromecoutant That was released in 5.10.4, this current issue is verified against 5.11.5. |
Yes, patch was something like: #if MBED_TICKLESS New patch would be #if STATS |
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1003 |
Does it fix it? |
Well upping idle thread stack size should help indeed, but given that we run into the same issue again we should be more careful about sizes of these stacks when enabling traces, and we should also have tests around this. |
@SenRamakri ^^^ |
@janjongboom Could you verify #10702 impact, and/or close the issue ? |
@jeromecoutant I'm no longer with Arm, so if someone from core team could validate this, that'd be great. |
Uh oh!
There was an error while loading. Please reload this page.
Description
My board immediately hard faults after starting up when printing sleep info. Running in tickless mode, with sleep stats enabled on Mbed OS 5.11.5 (51d5550).
Application:
mbed_app:
Error message:
Which means:
Issue request type
The text was updated successfully, but these errors were encountered: