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.

Compiler/CC2564CMSP432BTBLESW: CC2564CMSP432BTBLESW

Part Number: CC2564CMSP432BTBLESW
Other Parts Discussed in Thread: CC2564

Tool/software: TI C/C++ Compiler

Hi all,

Can I porting CC256XMSP432BTBLESW library using for MSP432 for MSP430?

Regards,

Hien

  • Hi Hien,

    While you could port the MSP432 code, why not use the MSP430-native code? There are SDKs for the MSP430 + CC2564 that you can download here: http://www.ti.com/tool/TIBLUETOOTHSTACK-SDK

    If you wanted to run the CC2564 with a MSP430, I suggest you download the CC256XMSPBTBLESW release and then start developing from there.

    Let me know if you need more clarification on the info above, or if you have more questions on working with the MSP430 + CC2564.

    Regards,

    Michael

  • Hi Michael,

    Thanks for your support.

    I want port MSP432's CC2564 library for MSP430 because MSP430's library seems is not updated, so MSP430's library do not support APIs for audio as in MSP432's library.

    Ex:

    VS_Write_Codec_Config(unsigned int BluetoothStackID, VS_Write_Codec_Config_Params_t *Params);

    VS_Write_Codec_Config_Enhanced(unsigned int BluetoothStackID, VS_Write_Codec_Config_Enhanced_Params_t *Params);

    ...

    Regards,

    Hien