This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: linker command file when using fill option on page 1 cause error for c54xx dsp

Tool/software: TI C/C++ Compiler

Hi,

I have a c54xx dsp project under CCS IDE version 5.5.

Under the linker command file (*.cmd) when I use fill option under memory page 1, it generate an error saying "placement error for the fill object", it appear that interpreter is trying to place the fill object in memory page 0 for some reason, since the address is not being use under page 0, it cause a placement error,

is it an issue with the CCS IDE, or is there a setting that I have change?

Thanks