I've got the CC3200 Audio BoosterPack and successfully make running the "Wifi audio app" example in <cc3200-sdk>\example\wifi_audio_app.
But, I need to change the Wifi audio app example to be running on TI-RTOS rather than running on FreeRTOS, so, I changed the project to TI-RTOS from FreeRTOS, but the callback function(DMAPingPongCompleteAppCB_opt()) for I2S_INT_XDATA was not called.
So,it seems that there're some special required steps for changing FreeRTOS to TI-RTOS when the INT_I2S interrupt is required(like I2S_INT_XDATA), is my understanding correct?
Thanks & B. Regards,
Inbae