Hi, I use a “startup_xxxx.c” of my own.
(see Attachment, from a Silabs BG13P22-Project)
I must use “fixed stack/heap size”-Feature.
OK, when I change the Stacksize-Value, the Link to my “startup_xxxx.c” is overwritten.
(to c:\Users\<user>\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.silabs.efm32\BGM13\StartupFiles\)
On the other hand, changes of heap- and stacksize never take place in the application.
At the Moment I use preprocessors macros: __STACK_SIZE=0x<value>; __HEAP_SIZE=0x<value>;
That works for me.
Where is heap- and stacksize applied to the compiler when “fixed stack/heap size” is used?
Kind Regards
Runout
Attachments:
You must be
logged in to view attached files.