User Activity

I'm currently using the stm32f407g-disc1 and reading an audio input through PMOD I2S2. I've carried out some examples and the hardware is working fine (writing data from the rx to the tx buffer) such as the code below. ```for (int i=0; i<BUFFER_LENGT...
Hi! I've been following this tutorial to enter the world of audio dsp. The issue is that when I connect the board via USB, LD1 is always on (red) and I can hear a bunch of white noise at my output. When I power the board externally via 3V, LD1 starts...
Hi! I'm looking to implement a phase vocoder algorithm on an STM32F4/STM32F7 and I was wondering if anyone has already done this and can provide suitable resources?Thanks!