Skip to main content
djowel
Associate
October 14, 2014
Question

32F429IDISCOVERY Serial Audio Interface

  • October 14, 2014
  • 2 replies
  • 778 views
Posted on October 14, 2014 at 09:27

Hi,

Can anyone point me to an example code of using the Serial Audio Interface for the STM32F429? I have a 32F429IDISCOVERY and wish to connect an 8 channel audio

ADC using the CS5368 which requires TDM. I am looking at the STM32Cube_FW_F4_V1.3.0 HAL, and noticed that there are no examples for SAI for the STM32F429I-Discovery. I'd appreciate any pointers. Thanks a lot in advance!

#sai #sai-audio-codec #stm32f4
This topic has been closed for replies.

2 replies

Montassar BEN ROMDHANE_O
Visitor II
October 14, 2014
Posted on October 14, 2014 at 12:13

Hi,

In fact the only SAI peripheral example is based on the STM324x9I_EVAL board under the STM32Cube_FW_F4_V1.3.0, since this board embedds already the external codec WM8994, supporting the TDM format.

Thus, you can't use the SAI peripheral for an audio application without any available codec hardware layer, which is the case of the STM32F429I-Discovery board. 

Cheers,

Heisenberg.

djowel
djowelAuthor
Associate
October 15, 2014
Posted on October 15, 2014 at 04:00

Thank you. That's just what I need. yes, we will be using our own external hardware codec.