Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 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.

Incompatibility error of CC2564 Bluetooth with MSP430F5529

Other Parts Discussed in Thread: CC2564, MSP430F5438, MSP430F5529

Hii

I am working on CC2564 Bluetooth MSP430 stacks.  The stacks are for MSP430F5438 by default.  I am using Code Composer Studio.  So tried modifying it for working with MSP430F5529 by changing the hardware level HAL C file from MSP430F5438 to MSP430F5529.  Also made the necessary changes for target configuration, changes in the cmd file to MSP430F5529 and also changing the targetconfig to MSP430F5529.ccxml.  But I am facing a problem of error indicating that object files have incompatible formats.  The images of error and corresponding linked libraries and included files are as follows:

  • You are using a mixed output file format, EABI for your project and COFF for the Bluetopia.
    In the Linker Search path you have for Bluetopia ‘…..\coffabi’, look if there is one for EABI (ELF).
    Otherwise you need to select for your project the COFF output file format. Will give a warning for the ‘libmath.a’ library but this you can delete from the list.

**Attention** This is a public forum