Hi Team,
For CC2640R2F 48PIN part, the datasheet show it has ADC/PWM/UART/I2C/I2S, but I cannot get which pin is ADC, which is PWM, which is UART, which is I2C and I2S, which is GPIO.
Could you help me to confirm this?
Mickey
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.
Hi Team,
For CC2640R2F 48PIN part, the datasheet show it has ADC/PWM/UART/I2C/I2S, but I cannot get which pin is ADC, which is PWM, which is UART, which is I2C and I2S, which is GPIO.
Could you help me to confirm this?
Mickey
Hi Mickey,
The CC2640R2F device allows a lot of flexibility when it comes to peripherals mapping.
- ADC must be mapped on an analog capable pin (i.e. DIO23 to DIO30)
- PWM/UART/I2C/I2S need digital IOs (i.e. any DIO of the device) - so you can map them to any DIO.
More details can be found in the device's datasheet: https://www.ti.com/lit/ds/symlink/cc2640r2f.pdf
I hope this will help,
Hi,
I2S stands for "inter-IC sound". It is used for audio transmission between different devices (typically a codec and the CC2640R2F).
The I2S peripheral can also be re-purposed into a PDM peripheral i.e. a peripheral allowing digital microphone sampling.
You can refer to §22 of the technical reference manual (https://www.ti.com/lit/pdf/swcu117) for more details about the I2S module of the CC2640R2F.
I hope this will help,