Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

CCS/TMS320F28035: what does "linker-priority option" mean

Part Number: TMS320F28035

Tool/software: Code Composer Studio

in reference file "TMS320F2803x Piccolo Technical Reference Manual.pdf" page 177, it says:

The preferred alternative to using the linker command file is to use the IQmath boot ROM symbol library. If
this library is linked in the project before the IQmath library, and the linker-priority option is used, then any
math tables and IQmath functions within the boot ROM will be used first. Refer to the IQMath library
documentation for more information.

my question is where to set this linker-priority option is CCS?  and what does linker-priority means?

thank you very much!

  • That appears to be a typo in the manual.  They mean the linker option --priority

    user5246008 said:
    what does linker-priority means?

    Please search the C28x assembly tools manual for the sub-chapter titled Exhaustively Read and Search Libraries.  

    user5246008 said:
    where to set this linker-priority option is CCS?

    Here is a screen shot.

    Thanks and regards,

    -George