Question
mp45dt02 mic passthru to DAC
Posted on December 15, 2012 at 02:25
On the discovery board, the digital MEMs mic data is accessed by providing a clock from i2s_2. In the Audio_playback_record example, i2s is set up to acquire data in 16b blocks, and an interrupt (AUDIO_REC_SPI_IRQHANDLER) is called when this data is ready to be filtered.
My question is, what is the ''correct'' way to set up a DAC to stream out this data? Is there a way to drive the DAC based on the i2s clock?