Part Number: TMS320F28377D
Tool/software: TI C/C++ Compiler
I would like to prefill the stack memory segment with a known pattern, so that my application can check that the stack is within bounds. i have done this on many other processors, but I cannot seem to get the linker-command-file syntax quite right, as there is no effect.
In the cmd file, I have this line:
.stack : > RAMM1 PAGE = 1, fill=0x5555
Yet the stack is still all zeros after boot. The TI documentation seems explicit about referring to the stack as uninitialized memory -- can I initialize this whole segment to a known pattern?
Thanks,
Jim