Using the DSK 5510 board (and Code Composer Studio v4 with DSP/BIOS 5), I am needing access to the "unallocated" portion of memory. I am needing to write this section of unallocated memory to all zeros, and I am also needing periodically verify that it is still set to all , so I need a symbol that points to the beginning of this empty memory space, and I need to know how long this memory space will be. The symbol seems necessary since this memory spaces location and size will essentially change anytime the code/memory/variables change, so is there a way to attain such a symbol in C++, and how would I go about doing this? Let me know if this question is not clear enough. Thanks in advance for your help!