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.

CC3200: CC3200 WIFI LAunchpad with TIVAWARE API's

Part Number: CC3200

Hello Guys,

The thing is i have a book named as DSP with TIVA, in which the author mention's the use of TIVA Tm4c123G Launchpad with Circuitco Booster Pack to perform some DSP related Processing(Audio Filtering,IIR,FIR etc).

& i guess that booster pack is not anymore available  online.So i was wondering to do same with CC3200 WIFI Launchpad & CC3200 Audio Booster but here the thing is i want to do it with simple library functions using TIVAWARE API's.

As CC3200 launchpad uses Simplink Wifi Libraries for event handlers,API's & Protocols to initialize the processor but i donot want to use WIFI handlers for my process.

So is it possible to just use TIVAWARE API's to run some DSP Algorithmns on CC3200  LAunchpadPlus CC3200 audio Booster.

Regards

Sajad

  • Hi Sajad,

    It would likely be a significant project to port the TivaWare API's to CC3200.  And another factor to consider: the CC3200 has an M4 processor while the tiva device has an M4F.

    Are you planning to use any Wi-Fi functionality with your project?  There is an existing Wi-Fi audio example with the CC3200 that might be helpful in getting started.

    If Wi-Fi is not needed, then an MSP solution paired with the BOOSTXL-AUDIO would be a better offering.  The TivaWare API's would still not be compatible, however.

  • Thanks Austin,

    I am not planning to add wifi to my audio processing as of now,& the example available from TI is just streaming of audio using WIFI,no processing done by processor.

    Anyway,i think  CC3200  Audio Booster might be Compatible with TIVA TM4C1123G Launch Pad.

    Thank You for all the Help