Closed cocoeoli closed 1 month ago
Did you increase the stack sizes?
Did you increase the stack sizes?
No, the stack size is default value(4096). I try to increase it, but it still not wrok.
Did you increase the stack sizes?
No, the stack size is default value(4096). I try to increase it, but it still not wrok.
Which stack did you increase? There are probably several thread stacks that may need modification (e.g. system work queue, main, interrupt, etc)
@cocoeoli - have you tried debugging with gdb? It would be great if you could help pinpoint where the issue is. E.g. by providing a stack trace
In general, these stack size increase situations when disabling optimizations is something that we can't (and won't) fix upstream for all cases.
Did you increase the stack sizes?
No, the stack size is default value(4096). I try to increase it, but it still not wrok.
Which stack did you increase? There are probably several thread stacks that may need modification (e.g. system work queue, main, interrupt, etc)
The stack size I increased are below:
@cocoeoli - have you tried debugging with gdb? It would be great if you could help pinpoint where the issue is. E.g. by providing a stack trace
I am trying to debug.
In general, these stack size increase situations when disabling optimizations is something that we can't (and won't) fix upstream for all cases.
Yes, I think some use cases may require disabling optimizations.
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Describe the bug When I enable the 'CONFIG_NO_OPTIMIZATIONS=y' option and run sample/synchronization, it can not work well(Just print two line and no ohter message):
To Reproduce
Environment (please complete the following information):
OS:
Zephyr Version and Toolchain: