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 :))))