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.

CCS/TMS320C5505: How to assign variable to a allocation within the linker command file

Part Number: TMS320C5505

Tool/software: Code Composer Studio

Hi everyone, I have learnt the linker command from previous question and I tried to allocate a new data package to CE1:

.storage > CE1 align(32) fill = 00h


Question is, How could I place variables into this .storage section?

Can anyone post a source code that does that, for example I want to place Int16 sample[48000];

Thanks :))))