cancel
Showing results for 
Search instead for 
Did you mean: 

MULTI CHANNEL AUDIO ADC TO STM32F407

usinventr
Associate
Posted on April 30, 2017 at 16:23

as title audio adc

Hello: How to connect a AK5534 4-Channel Differential 32-bit delta sigma audio ADC to a STM32f407  I2S port using DMA?  The 5534 outputs a Time Division Multiplex TDM mode where the first channel data comes out with the first LRCK (programmable polarity).  All the rest of the channels then follow with the next LRCK (multiple 32 bit ADC words without additional clock changes).    Multiple 5534 can be connected in cascade with the same format.

My question is will the I2S port on the F407 deal with this ok? I read that the length of the data left and right does not have to match.  And the F407 DMA will store 2 16 bit words for every  The first data out should be ok, but will the F407 choke on multiple 32 bit words?

Does anybody have sample code for dealing with AKM audio ADC's?

Thanks, Nathan

0690X00000606u4QAA.png
1 REPLY 1
tmtlib
Associate II
Posted on July 03, 2017 at 19:37

I have similar question regarding connection of PCM/AK/WM series 24bit 4 channel audio ADCs to stm32f407 mcu