Question
STM32F4 PCM 8Khz configration problem
Posted on November 04, 2017 at 08:19
Hi:
Can STM32F401's PCM be set as the following formats ?
PCM Slave , FS=8Khz ,BITS=16, Mono ( which means BCLK= 8khz * 16 = 128Khz)
After some tests , i find the PCM can only be used as stereo mode (BCLK = 8khz * 16 *2), is that true?
Thanks !!!
#stm32f4 #i2s #pcm