-
Notifications
You must be signed in to change notification settings - Fork 3k
Adjust stack & heap for IAR on STM32F412xG #8225
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
Conversation
@juhoeskeli Hi - could you provide more insights why you need such a size increase ? |
@LMESTM Hello! For reference STM32F411xE has identical configuration that I am proposing in this PR. |
@0xc0170 are their mbed-os requirements or guidelines on how to define stack and heap sizes ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi
From test result point of view, all was OK during night test with NUCLEO_F412ZG and IAR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For reference STM32F411xE has identical configuration that I am proposing in this PR.
As requested, there should be stack/heap definition for IAR. I referenced above the related issue. This PR is fine but not ideal solution to the problem.
I agree it is not ideal, but can we go forward like this in the short time? |
To next patch release, please. |
/morph build |
Build : SUCCESSBuild number : 3283 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2907 |
Test : SUCCESSBuild number : 3090 |
Description
Adjusted IAR Heap to 84kB and stack to 1kB
Pull request type