How to interface SAI on stm32 board to get the audio output on any of the amplifier ic with DAC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 4:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 7:37 AM
Which STM32 board? What "amplifier IC"?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 7:53 AM
Stm32wb series with MAX98360A/B/C/D amplifier(Max integrated product)​.Please can you help me with this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 3:49 PM
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
