Forum: Compiler & IDEs MSPGCC: stack and heap size


von Mark (Gast)


Lesenswert?

MSPGCC: I would like to change the stack and heap sizes for my project.
Does anybody know how to do it? Thanks.

von Jörg W. (dl8dtl) (Moderator) Benutzerseite


Lesenswert?

I haven't used MSPGCC myself, but the commonly used approach is
that everything is automatic.  Stack grows from the top of RAM
downwards, statically assigned variables are at the beginning of
RAM.  The area between both can be used as heap.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.