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.

Put library objects in different sections

Other Parts Discussed in Thread: TMS320C28344

I am working with TMS320C28344 and CCS version 3.3, and I call in my project functions that reside in “rts2800_fpu32.lib” library. I would like to be able to allocate only few specific objects from that library in a section that is executed from internal RAM. Is it possible to control in which section each one of the library object resides?

For example, I would like to allocate "fd_add.obj (.text)" in .text_1 section, and to allocate "fd_div.obj (.text)" in .text_2 section.

Please let me know if you need further information.

Thanks.