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.

Compiler/TMS320C6748: Binary file structure - linker sections NOLOAD - COPY

Part Number: TMS320C6748


Tool/software: TI C/C++ Compiler

Hi,

My code is growing more and more impacting boot time.

I'f like to know

1- if there is a way of NOT loading some sections that are not mandatory for startup (e.g. data arrays, bitmaps etc...)

2- if there is a way of loading theses sections later on when the processor is already running the first loaded sections?

Output format: COFF

I'm using AISgen for D800K008 for building the flash image.

The processore boots form the nor flash (Logicpd architecture)

Right now I'm trying to figure out if I can use linking section types like NOLOAD or COPY. for that purpose

Another, as far as I can see, coud be to load more than one .out file in a flash image (.bin file) with the AIS tool. Is this possible? If yes, how can I retreive their adress?

Regards,

 Bruno