Noises while playing audio from sd card and lunching leds animations with WS2812b
Hello everyone,
I'm working with stm32l552ce to play audio from an SD card and play some leds animations at the same time.
I'm using RTOS to implement this scenario. I have created 4 tasks :
One task that receives uart command
The second task to refresh the led animations
The third task reads wav files from SD card using SPI with dma
The fourth task play audio using I2S with dma
My theory is that there are some interrupts that keeps messing the audio and delay the led animations but I can't find them.
There only one interrupt besides DMA and uart is systick interrupt
I would really appreciate some insight, thanks in advance
