How to do I2S interface in stm32f401re ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-12 7:03 AM
I am using stm32 cube mx and keil. I am trying it using i2s3 in master mode and dma but it is giving wrong inputs. Please help me.
Solved! Go to Solution.
- Labels:
-
Audio
-
I2S
-
STM32CubeMX
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-30 2:48 AM
Dear @SMitt​ ,
In order to activate I2S in master mode with DMA you need to:
- Activate I2S3 and choose between Half-duplex/Full-duplex under multimedia.
- Add DMA under System core and choose I2S_EXT_RX.
After that you will have i2s master configured with DMA.
Hope that this solve your issue,
Kind regards,
Houssem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-30 2:48 AM
Dear @SMitt​ ,
In order to activate I2S in master mode with DMA you need to:
- Activate I2S3 and choose between Half-duplex/Full-duplex under multimedia.
- Add DMA under System core and choose I2S_EXT_RX.
After that you will have i2s master configured with DMA.
Hope that this solve your issue,
Kind regards,
Houssem
