Hi all
I am presently working on omap 3503 evm
In dsp/bios, linker file is generated automatically . buffers are sit in .far section and .far size is large so i cant allocate in internal memory.
To allocate the individual buffers in internal memory whats the procedure. i created a bufferpool section and tried ,its working fine but the problem is how to allocate array buffers like array[3600] and array[7][600][800] in internal memory or how to give user cmd file to the bios and how to make diff sections?
#pragma DATA_SECTION(ImageParameters_struct,"ImageParameters_BUF")
What is the equivivalent for #pragma DATA_SECTION in bios configuration?
Thanks
suresh..