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.

I2S+CC2650 Sensortag

Other Parts Discussed in Thread: CC2650, CC3200

hi TI firends,
we're using i2s interface to get recording data from microphone with cc2650 sensortag.
Under below folder of RTOS, there are two files : i2s.h & i2s.c
C:\ti\tirtos_simplelink_2_13_00_06\packages\ti\drivers\I2S.h
C:\ti\tirtos_simplelink_2_13_00_06\packages\ti\drivers\I2S.c
Can you please help to confirm whether these two files can be used directly without any modification with cc2650 sensortag? 
because there are below comments at the beginning of i2s.h file, it makes us unclear..:
 *  # Operation #
 *  The I2S driver simplifies reading and writing to any of the McASP
 *  peripherals on the board with Receive and Transmit support.
 *  These include blocking, non-blocking, read and write characters on the
 *  McASP peripheral. The board's I2S peripheral and pins must
 *  be configured before initializing the I2S driver. The application
 *  initializes the I2S driver by calling I2S_init() and is then ready to
 *  open a I2S by calling I2S_open() and passing in a I2S parameters data
 *  structure.
......                    .....                       .......
 *  Currently the following I2S peripheral implementations are supported:
 *  - @ref I2SCC3200DMA.h