Skip to content

[LPC4088] RAM size fix for ARM_GCC. Added possibility to reserve stack space #141

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

Merged
merged 4 commits into from
Jan 9, 2014

Conversation

arebert
Copy link
Contributor

@arebert arebert commented Jan 9, 2014

Since the internal RAM by default is used both for heap and stack space it is possible for the heap and stack to collide if a lot of heap allocations are made (e.g by a graphical application). Adding the possibility to reserve stack space solves this problem and is typically used in combination with support for external RAM (SDRAM.cpp in EALib)

bogdanm added a commit that referenced this pull request Jan 9, 2014
[LPC4088] RAM size fix for ARM_GCC. Added possibility to reserve stack space
@bogdanm bogdanm merged commit fa9f5da into ARMmbed:master Jan 9, 2014
@errordeveloper
Copy link

I think this should be implemented on other targets as well...

bridadan pushed a commit that referenced this pull request Jun 21, 2016
lrusinowicz pushed a commit to lrusinowicz/mbed-os that referenced this pull request Feb 5, 2019
Updating mbed-os to mbed-os-5.10.3
pan- added a commit to pan-/mbed that referenced this pull request May 29, 2020
Updating mbed-os to mbed-os-5.8.1
Jookia pushed a commit to Jookia/mbed-os that referenced this pull request Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants