User Activity

Hello,I use STM32F407G-DISC1 with Digilent PMOD I2S2. I have FIR filter project and after i enable sound or drasticly change frequency, volume spikes. After few seconds it becomes normal again. Why is that?Code:#include "main.h" I2S_HandleTypeDef hi2...
Hello,I am newbie and i have project with STM32F407G-DISC1 and PMOD I2S2. It generates two RNG values at start and with buttons switches digital filter correspoding to RNG value and shows it on LED in binary. Digital filter length and coefficients ar...
Hello,I made simpler project, where led is switched on button to represent binary, and there it works. Two RNG values (0-7 and 8-15) are generated and with button press switches between LED binary representation of two RNG values.I made the same thin...
I use F407G-DISC1 and RTC values dont change i have. In project i have I2S sound filtering and button that displays number on LEDs in binary, when button is pressed. But nothing happening on button press. Did i missed something?     /* USER CODE BEGI...