Posted on January 28, 2015 at 14:08
I’m having a problem with my project.
The project is just a simple sound “loop�?
It is a stm32f4discovery connected to a audio codec. They communicate over I2S3 in Full Duplex mode and the stm...
Posted on January 30, 2015 at 08:29Yep, you were right, I missed that.Now it's working like a charm.Thank you very much for your help, much appreciated.
Posted on January 28, 2015 at 16:18
This is the missing defines
//pins to codec
#define I2S_WS_PIN GPIO_Pin_4
#define I2S_WS_PinSource GPIO_PinSource4
#define I2S_WS_Port GPIOA
#define I2S_MCLK_PIN GPIO_Pin_7
#define I2S_MCLK_PinSource ...