Could a running I2S DMA function affect my encoder interrupt service routine?
I have two things in code running simultaneously:1) A CODEC using I2S with DMA is initialized and started as soon as the code is compiled and flashed.2) I have an interrupt for my encoder which is used for selecting things from a menu.The problem I a...