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.

TDA4VM: for TDA4VM MCU1_0 R5F,which lib shall be used?

Part Number: TDA4VM

Hi,TI expert,

for TDA4VM MCU DOMAIN, MCU1_0 R5F core,which lib shall be used in folder ".........\ti-cgt-arm_20.2.5.LTS\lib"

I didn't find "rtsv7R5........._eabi.lib"

whtat is  the difference betweenn "rtsv....._T_le_....._eabi.lib" and "rtsv....._A_le_....._eabi.lib"[ char "A" and char "T"] ?

  • I apologize for the delay.

    for TDA4VM MCU DOMAIN, MCU1_0 R5F core,which lib shall be used in folder ".........\ti-cgt-arm_20.2.5.LTS\lib"

    I presume you use an Software Development Kit (SDK), or something similar, that is specific to your system.  For an example in that SDK that is close to your application, use the same compiler options.  When the link occurs, the linker, based on those compiler options, automatically picks the RTS library that is the closest match to those build options.

    I didn't find "rtsv7R5........._eabi.lib"

    The compiler installation only includes that most commonly used variants of the RTS library.  If the linker determines you need one that is not present, it automatically builds it.

    whtat is  the difference betweenn "rtsv....._T_le_....._eabi.lib" and "rtsv....._A_le_....._eabi.lib"[ char "A" and char "T"] ?

    Please search the TI ARM compiler manual for the sub-chapter titled Library Naming Conventions.

    Thanks and regards,

    -George