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.

CC3200AUDBOOST: Compatibility with LP-CC2652PSIP dev kit

Part Number: CC3200AUDBOOST
Other Parts Discussed in Thread: CC2652PSIP, , SYSCONFIG

Tool/software:

Hello,

please confirm the subj compatible with CC2652PSIP LaunchPad without HW modifications.

I want to verify I2S streaming from CC2652PSIP and this booster board looks very handy for that.

Regards

Sergey

  • Hello Sergey,

    In premise the CC3200AUDBOOST and CC2652PSIP are compatible, unfortunately the SimpleLink Audio Plugin has not been updated since releasing a SimpleLink F2 SDK which supports the CC2652PSIP.  Therefore you can reference the example code and migrate projects to the latest SimpleLink F2 SDK, however they will not be operable on the CC2652PSIP by default.  There is a basic CC2652PSIP i2secho example in the latest SimpleLink F2 SDK which uses the CC3200AUDBOOST as a proof of concept.

    Regards,
    Ryan

  • So, I can attach boost board to LP-CC2652PSIP, right? your knowledge can save a lot of my time checking all the pins of the both boards Slight smile

    Software shouldn't be an issue, but thank for your warning. I will take echo project and add stuff from Audio Plugin into it.

  • I can attach boost board to LP-CC2652PSIP, right

    Yes, that is by design.  From the i2secho example README:

    BoosterPacks, Board Resources & Jumper Settings

    This example requires a CC3200 Audio BoosterPack

    For board specific jumper settings, resources and BoosterPack modifications, refer to the Board.html file. Due to the required jumper wires, some boards will not use the CC3200AUDBOOST hardware component in SysConfig but will instead assign the I2S pins manually.

    If you’re using an IDE such as Code Composer Studio (CCS) or IAR, please refer to Board.html in your project directory for resources used and board-specific jumper settings.

    The Board.html can also be found in your SDK installation:

        <SDK_INSTALL_DIR>/source/ti/boards/<BOARD>
    • A pair of (headphones|speakers) and an audio source (smartphone) are required to observe functionality.

    Regards,
    Ryan