DSPRelated.com
Forums

locating all memory allocated in a file

Started by Joseph Boike August 25, 2008
Hi,
I know I can use a #pragma to specify a single memory allocation that I want to locate using a cmd file w/ CCS 3.3.
Can I indicate in the cmd file to put all memory allocated into a specific memory block?
Regards,
Joe
yes, you can use this in the CMD file:

internfuncs :
{
*(internfuncs)
./MyPath/MyFile.obj(.text)
}
LOAD = H0RAM, PAGE = 0

So, all 'internfuncs' CODE PRAGMA will go in H0RAM, and MyFile.obj CODE
SCETION also.
Hope this will help !

Veuillez rondre j...@yahoo.com
Envoypar : c...
Pour : c...
cc :

Objet : [c28x] locating all memory allocated in a file
Hi,
I know I can use a #pragma to specify a single memory allocation that I
want to locate using a cmd file w/ CCS 3.3.
Can I indicate in the cmd file to put all memory allocated into a specific
memory block?
Regards,
Joe


OMAP35x EVM jump-starts low-power apps
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building applications based on the OMAP35x architecture: http://www.DSPRelated.com/omap35x