Hi,
I am unable to compile any debug versions of my code, as result I'm not able to step-through and debug my code.
On a normal compile, get the following error: "region RAM overflowed with stack"
However in my Makefile is have set "ASMFLAGS := -D__HEAP_SIZE=0" ?????
The compiler won't debug compile unless I set LDFLAGS := -Wl,--gc-sections
however this causes the debug code to not run at all on the chip. Release compiles are fine, but then I can't debug my code, so this is a critical problem for me trying verify encryption functionality. Hope someone can please help. Thanks
-DC