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.

Bluetopia + EABI

Other Parts Discussed in Thread: MSPMATHLIB, MSP430F5438A

Hi, my name is Luis Chaidez, I’m a firmware engineer from an electronic design center at the ITESM University in Guadalajara, Jalisco, Mexico.

We are using the MSP-EXP430F5438 development kit for developing a project, this kit has an MSP430F5438A Rev D MCU. The project involves using Bluetooth communication and some floating point algorithms. For Bluetooth communication we are using TiWi-uB2 module together with stonestreet one’s bluetopia stack (which uses “libBluetopia.a” pre compiled library). For floating point operations we want to use MSP math library (which uses “MSPMATHLIB_CCS_msp430_xxx_xxx.lib” pre compiled library). The problem here is that “libBluetopia.a” requires the application binary interface to be set to COFFABI and the math library requires the application binary interface to be set to EABI, so I can’t use both libraries at the same time.

 

The questions are:

Does TI provides MSP Math libraries compatible with COFFABI?

Or, even better, is there a chance to get bluetopia library precompiled with EABI?

 

Best regards.