I would like to interface I2S audio codec on USI WM-14 module which uses STM32F2xx

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I would like to interface I2S audio codec on USI WM-14 module. This module uses STM32F2xx platform and for this specific platform I don't find any I2S drivers/platform file implementation.

If any of you have done some work on I2S for this platform then please share your thoughts/ideas and best if you could share the I2S implementation.

Thanks,
Rohit Sivakumar

0 Likes
1 Reply
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Hi Rohit,

Are you in particular to STM32F2xx platform ?

The I2S driver can be found in the following location

\Wiced-SDK\WICED\platform\MCU\STM32F4xx\peripherals\platform_i2s.c

\Wiced-SDK\WICED\platform\MCU\STM32F4xx\peripherals\platform_i2s.h

There is no sample application based out of this.

hth

vik86

0 Likes