cancel
Showing results for 
Search instead for 
Did you mean: 

How to interface SAI on stm32 board to get the audio output on any of the amplifier ic with DAC.

Gk.1
Associate II
 
3 REPLIES 3

Which STM32 board? What "amplifier IC"?

JW

Stm32wb series with MAX98360A/B/C/D amplifier(Max integrated product)​.Please can you help me with this

Looking at the MAX98360 datasheet, it's quite a complicated IC, but at the end of the day data are transferred through the I2S protocol. So, from the STM32 point of view, you have to use the SAI as I2S transmitter. Read the SAI section of RM to find out the details. There may be examples around, maybe not explicitly for the STM32WB series, but the SAI will be the same or very similar to other series, e.g. the STM32L4.

JW