My suggested solution will work in your situation. Use the DATA_SECTION pragma to associate a single variable name with a section name. Then, in the link command file, associate that section to a hard-coded address. You can do that on both the ARM and DSP builds. In the DSP build, you additionally use type=NOINIT so this range of memory is not initialized.
Thanks and regards,
-George