User Activity

Posted on November 25, 2017 at 17:09Hello everyone,a while ago I started looking into the STM32746 to test some DSP audio effects, but I don't have much experience with STM32 MCUs. I mainly had issues with sdram access (see https://community.st.com/...
Posted on September 02, 2017 at 02:02 I'm implementing a delay line and saving its buffer to SDRAM (starting from address0xC0000000) #define AUDIO_REC_START_ADDR (SDRAM_WRITE_READ_ADDR + SRAM_WRITE_READ_ADDR_OFFSET) #define AUDIO_BUFFER_IN AUD...