根据数据手册上的信息分析,一块codec芯片应该最多能挂6个单端模拟的麦克风,在这款芯片中总共有两个ADC,每个ADC上挂三个模拟麦克。那么在使用的时候ADC工作的顺序是怎么样的?是ADC三个通道轮流打开轮流使用ADC吗?
在数据手册第40页:The decimation filter and signal processing block in the ADC channel passes 32-bit data words to the audio serial interface once every frame (WCLK). During each frame (WCLK), a pair of data words (for left and right channels) is passed. The audio serial interface rounds the data to the required word length of the interface before converting to serial data per the different modes for audio serial interface.
抽取滤波器在每个WCLK时钟内向串行数据接口传输32位的数据,这32位数据是三个麦克风的转换结果吗?该如何区分这些数据里哪一段来源于哪个麦克风呢?在codec输出串行数据接口该如何区分哪一段数据来源于哪一个麦克风呢?这些数据是多少位的?该如何配置呢?