We are using CCS11.1.0 in our project and we would like to incorporate .obj files into our build. Could you please provide us the steps to be followed to do so, like linker .cmd file update etc.
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.
We are using CCS11.1.0 in our project and we would like to incorporate .obj files into our build. Could you please provide us the steps to be followed to do so, like linker .cmd file update etc.
Hi, our expert is out of office until 4/7. Please expect a delayed response.
Also, please see this FAQ: software-dl.ti.com/.../index.html
Hi Subash,
Do you mean to allocate obj file to SRAM like this?
SECTIONS
{
.intvecs : {} > VECTORS
flashAPI:
{
.\source\Fapi_UserDefinedFunctions.obj (.text, .data)
.\source\bl_flash.obj (.text, .data)
--library= "c:\ti\Hercules\F021 Flash API\02.01.01\F021_API_CortexR4_BE.lib" (.text, .data)
} palign=8 load = FLASH0, run = SRAM, LOAD_START(apiLoadStart), RUN_START(apiRunStart), SIZE(apiLoadSize)
...
}
Then you can copy the content in region of flashAPI from Flash to SRAM.
Hi Subash,
I don't know the answer. Please check with CCS team on CCS forum:
https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum