-
Describe the bug Reproduced on board STM32U5 To Reproduce
Expected behavior Impact |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Did you increase stack and thread sizes to account for the lack of optimisation? |
Beta Was this translation helpful? Give feedback.
-
No, but it could maybe solve the problem indeed. Do you think it is something that should be corrected for all optimisation to work or is it normal to only check size and debug optimisation ? |
Beta Was this translation helpful? Give feedback.
-
It's something you'd only need to change for no optimisation. It does not make sense to increase all stack and thread sizes when the vast majority of devices do not need it and needlessly waste it, since it is only required when building a debug no optimisation build. |
Beta Was this translation helpful? Give feedback.
-
ok, thank you for the answer |
Beta Was this translation helpful? Give feedback.
It's something you'd only need to change for no optimisation. It does not make sense to increase all stack and thread sizes when the vast majority of devices do not need it and needlessly waste it, since it is only required when building a debug no optimisation build.