Other Parts Discussed in Thread: CODECOMPOSER
Hey all!
I am currently working on the following system:
DaVinci DM6446 (on a custom board for commercial purposes)
CodeComposer Studio 3.3
Windows XP SP2 32bit
Ashling Opella xds560 emulator``
I am stuck with the following problem.
I have been working on an SDR system. It has a module that is responsible for MELP voice compression. In order for the system to work in a streamlined fashion, I need to incur optimizations and a certain memory allocation.
The MELP code works perfectly in standalone operation. It is when I integrate it into the rest of my code that I start facing the problem that a part of one of my obj files is assigned to a .far section. Due to timing contraints I need this .far section to be in the internal RAM (IRAM). After the assignment of this specific obj file, my .far section exceeds the capacity of the IRAM.
What I want to know is what the .far section contains and how can I manipulate the .cmd file to allocate this specific part in another memory section