big const table overflow the RAM
Posted on November 03, 2016 at 00:58I'm using a STM32F411 with an audiocodec driven by I2S stream. I'm runing out of RAM, so I'm trying to move OutputBuffer (the buffer that I use to create sound and used ond HAL_I2SEx_TransmitReceive_DMA). This buf...