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.

CC2650: I2S maximum sampling frequency support

Part Number: CC2650

Hello All,

I wanted to know about the CC2650 i2s maximum sampling frequency support.

Also, if we enable UART print on serial console then what is the maximum sampling frequency we can achieve using CC2650 chip.

Any help will be appreciated.

Regards,

Raj

  • I asked a colleague to who might know to take a look at it next week. Thanks for your patience.
  • ok Eirik. Will wait for your response.

    Thanks

  • Hello Raj,

    I have the following questions to help me better understand your use case:

    1. Do you plan on using the I2S driver that is currently released on our GitHub page github.com/.../ or the PDM driver that is shipped in the SDK? Both of these drivers support a fixed 16kHz only sampling rate. They may be expanded to support other sample rates in the future, but this all that is supported today.

    2. Do you plan to spin up your own implementation using driverlib?

    If yes to #2, then max frequency supported by PRCMAudioClockConfigSet() is 48kHz. This can be overridden using PRCMAudioClockConfigSetOverride(), but that is not recommended.

    UART should not affect I2S sampling speed so long as the interrupts are kept neat enough and UART processing isn't preventing the I2S interrupts from running.